Skip to content

Commit 2c62785

Browse files
committed
update translation docs
1 parent f5a2c35 commit 2c62785

File tree

3 files changed

+7
-9
lines changed

3 files changed

+7
-9
lines changed

docs/README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -52,13 +52,12 @@ developers and other modders!
5252
* [Technical docs](technical/smapi.md)
5353

5454
## Translating SMAPI
55-
SMAPI rarely shows text in-game, so it only has a few translations. Contributions are welcome! See
56-
[Modding:Translations](https://stardewvalleywiki.com/Modding:Translations) on the wiki for help
57-
contributing translations.
55+
Contributions are welcome! See [Modding:Translations](https://stardewvalleywiki.com/Modding:Translations)
56+
on the wiki for help contributing translations.
5857

5958
locale | status
6059
----------- | :----------------
61-
default | [partly translated](../src/SMAPI/i18n/default.json)
60+
default | [original text](../src/SMAPI/i18n/default.json)
6261
Chinese | ↻ [partly translated](../src/SMAPI/i18n/zh.json)
6362
French | ✓ [fully translated](../src/SMAPI/i18n/fr.json)
6463
German | ↻ [partly translated](../src/SMAPI/i18n/de.json)
@@ -70,8 +69,8 @@ Korean | ↻ [partly translated](../src/SMAPI/i18n/ko.json)
7069
[Polish] | ↻ [partly translated](../src/SMAPI/i18n/pl.json)
7170
Portuguese | ✓ [fully translated](../src/SMAPI/i18n/pt.json)
7271
Russian | ✓ [fully translated](../src/SMAPI/i18n/ru.json)
73-
Spanish | [partly translated](../src/SMAPI/i18n/es.json)
74-
[Thai] | [partly translated](../src/SMAPI/i18n/th.json)
72+
Spanish | [partly translated](../src/SMAPI/i18n/es.json)
73+
[Thai] | [partly translated](../src/SMAPI/i18n/th.json)
7574
Turkish | ↻ [partly translated](../src/SMAPI/i18n/tr.json)
7675
[Ukrainian] | ↻ [partly translated](../src/SMAPI/i18n/uk.json)
7776

docs/release-notes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
* Minor performance optimizations.
77
* Fixed the Linux/macOS installer not saving the color scheme correctly in 4.5.0+.
88
* Fixed typo in config UI text (thanks to QuentiumYT!).
9-
* Improved translations. Thanks to dewanggatrustha (updated Indonesian), QuentiumYT (updated French), and Timur13240
10-
(updated Russian)!
9+
* Improved translations. Thanks to dekthaiinchina (updated Thai), dewanggatrustha (updated Indonesian), QuentiumYT (updated French), Timur13240
10+
(updated Russian), and vlcoo (updated Spanish)!
1111

1212
* For mod authors:
1313
* Fixed input API ignoring controller overrides when there's no controller plugged in (thanks to spacechase0!).

src/SMAPI/i18n/th.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
/*********
1212
** Generic Mod Config Menu UI
1313
*********/
14-
// TODO
1514
// 'SMAPI features' section
1615
"config.section.features": "ฟีเจอร์ของ SMAPI",
1716

0 commit comments

Comments
 (0)