intllib icon indicating copy to clipboard operation
intllib copied to clipboard

Internationalization library for Minetest.

Results 3 intllib issues
Sort by recently updated
recently updated
newest added

The log contains ``` WARNING[Main]: [intllib] failed to compile plural forms: [string "..."]:5: ')' expected near ',' ``` for the following plural forms: ``` nplurals=3; plural=(n%10==1 && n%100!=11 ? 0...

bug

This allows you to select the language of the translated string. Can you test with intltest. [Referenced Issue](https://github.com/minetest-mods/intllib/issues/17)

I am planning to use internationalization on bilingual servers. I plan to use a function to return a translated string. An example: `GetS("pt_br", "My great string number @1, @2", val1,...

enhancement