Fix "SNS" world to "NS"

This commit is contained in:
BrunoMine 2017-08-02 17:49:37 -03:00 committed by GitHub
parent 43ca3f2c90
commit bca5a72f78
1 changed files with 1 additions and 1 deletions

View File

@ -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.