mirror of
https://github.com/minetest-mods/intllib.git
synced 2024-11-16 23:40:30 +01:00
Fix "SNS" world to "NS"
This commit is contained in:
parent
43ca3f2c90
commit
bca5a72f78
|
@ -36,7 +36,7 @@ string to be translated has singular and plural forms. For example:
|
|||
-- The second `count` is the actual replacement.
|
||||
print(NS("You have one item.", "You have @1 items.", count, count))
|
||||
|
||||
The `SS` and `SNS` are equivalent to `S` and `SNS` respectively,
|
||||
The `SS` and `SNS` are equivalent to `S` and `NS` respectively,
|
||||
but the first argument is the selected language code. If not find it,
|
||||
works the same as `S` or `NS` normally.
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user