mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2026-04-09 00:46:06 +02:00
Add chinese translation
Based on https://github.com/dyxang/Fantasy-Map-Generator-Chinese
This commit is contained in:
parent
7eeb1f76c3
commit
c5f1577c4b
12 changed files with 3359 additions and 980 deletions
|
|
@ -144,7 +144,7 @@ class ProvinceModule {
|
|||
form[formName] += 10;
|
||||
const fullName = i18next.t("{{provinceName}} {{provinceForm}}", {
|
||||
provinceName: name,
|
||||
provinceForm: i18next.t(formName),
|
||||
provinceForm: i18next.t(`provinceForm::${formName}`),
|
||||
});
|
||||
const color = getMixedColor(s.color!);
|
||||
const kinship = nameByBurg ? 0.8 : 0.4;
|
||||
|
|
@ -327,7 +327,7 @@ class ProvinceModule {
|
|||
|
||||
const fullName = i18next.t("{{provinceName}} {{provinceForm}}", {
|
||||
provinceName: name,
|
||||
provinceForm: i18next.t(formName),
|
||||
provinceForm: i18next.t(`provinceForm::${formName}`),
|
||||
});
|
||||
|
||||
const dominion = colony
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue