From bca5a72f783c0f623bf6923569b34ea13cbcd21d Mon Sep 17 00:00:00 2001 From: BrunoMine Date: Wed, 2 Aug 2017 17:49:37 -0300 Subject: [PATCH] Fix "SNS" world to "NS" --- doc/developer.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/developer.md b/doc/developer.md index 15c0d53..92c4a65 100644 --- a/doc/developer.md +++ b/doc/developer.md @@ -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.