diff --git a/README.md b/README.md
index a5a09d9c..56e0f83b 100644
--- a/README.md
+++ b/README.md
@@ -83,4 +83,5 @@ If a translation for a new language is provided, here's what needs changing in t
* In `helpers.h`, update `Language::Names()`.
* In `main.cpp`, update `BossGUI::OnInit` to set the correct `wxLANGUAGE_`.
* In `archive.py`, add the language folder to the inline list on line 68.
-* In `installer.nsi`, add entries for the language folder to the install and uninstall sections. If there's an installer translation, also add its string definitions beside all the other language string definitions, and insert its macro beside all the other language macros.
\ No newline at end of file
+* In `installer.nsi`, add entries for the language folder to the install and uninstall sections. If there's an installer translation, also add its string definitions beside all the other language string definitions, and insert its macro beside all the other language macros.
+* The readmes should be updated with a link to the translation in the repository in the main readme, and the language's code in the metadata syntax readme.
diff --git a/docs/BOSS Metadata Syntax.html b/docs/BOSS Metadata Syntax.html
index 862bbf65..f321c83a 100644
--- a/docs/BOSS Metadata Syntax.html
+++ b/docs/BOSS Metadata Syntax.html
@@ -214,7 +214,7 @@ display: 'OBSE v18+'
Key Name Required Notes
strlangstr is written in, given as an ISO 639-3 language code. The languages BOSS supports are given in Language Codes.
+ langstr is written in, given as a POSIX language code. The languages BOSS supports are given in Language Codes.
BOSS handles messages and languages as follows: @@ -433,14 +433,15 @@ both get displayed as
BOSS supports the following languages and language codes:
| Language | ISO 639-3 Code
+ | Language | POSIX Code
| |
|---|---|---|---|
| English | eng - | ||
| Spanish | spa - | ||
| Russian | rus - | ||
| French | fra - | ||
| Chinese | zho - | ||
| Polish | pol + | ||
| Chinese | zh_CN + | ||
| English | en + | ||
| French | fr + | ||
| Polish | pl + | ||
| Brazilian Portuguese | pt_BR + | ||
| Russian | ru + | ||
| Spanish | es |
File->Preferences, then in the
Editortab ensure that the checkbox for the
Automatically compile .mo file on savesetting is checked. Click
OKto close the preferences window.
File->New catalogue from POT file...and choose the template file you downloaded. In the
Catalog propertiesdialog, just click
OKwithout changing anything.