Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-05-15 | Explicitly use english as last resort. | Diego Martínez | |
2017-05-15 | Take `LANGUAGE` env var as-is. | Diego Martínez | |
2017-05-13 | Export language detection function. | Diego Martínez | |
2017-02-11 | Fix warnings issued by `luacheck`. | Diego Martínez | |
2017-01-24 | Return nil if `msgstr` is empty. | Diego Martínez | |
Also remove debugging statements left from previous commit. | |||
2017-01-24 | Add support for gettext message catalogs. | Diego Martínez | |
2016-10-06 | Add support for language variants/dialects. | Diego Martínez | |
Assuming the detected language is `ll_CC`, the mod tries the following files: - `locale/ll_CC.txt` - `locale/ll.txt` - `locale/en.txt` (assuming it has not been processed already). | |||
2015-02-16 | Switch to slightly cleaner compatibility method | ShadowNinja | |
2015-02-16 | Silence global warning | ShadowNinja | |
2015-02-16 | Fix incorrect variable name | ShadowNinja | |
2015-02-03 | Fix insertions with missing translations | ShadowNinja | |
2015-02-01 | Add numbered insertions | ShadowNinja | |
2014-02-12 | Add get_strings() | ShadowNinja | |
2013-12-17 | Localize load_strings | ShadowNinja | |
2013-11-27 | Don't return empty translations | ShadowNinja | |
2013-10-29 | Some refactoring. | kaeza | |
2013-10-29 | Use optional dependencies to only load once and re-add support for escapes | ShadowNinja | |
2013-02-27 | first commit | Diego Martínez | |