Improve word grouping w.r.t. localization team names.
“always include a language and a country code” reads as “always include a language, and also always include a country code”, while the intended meaning was that it includes both a language *code* and a country code.pull/11068/head
parent
d75725bd4d
commit
414c80ce35
|
|
@ -200,7 +200,7 @@ add a line like so:
|
|||
|
||||
`X.po` here is the name of the translation file you created. Unlike the
|
||||
translation file's name, localization team names **always include a language and
|
||||
a country code**; `yy` here is the _language code_, and `ZZ` is the _country
|
||||
country code**; `yy` here is the _language code_, and `ZZ` is the _country
|
||||
code_.
|
||||
|
||||
When adding a new entry, try to keep the list in **alphabetical order** if
|
||||
|
|
|
|||
Loading…
Reference in New Issue