Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-01-25 | Remove references to `.mo` catalogs from docs. | Diego Martínez | |
2017-01-24 | Output character itself if unknown escape. | 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 `.gitignore`. | Diego Martínez | |
2017-01-24 | Add minimal example mod. | Diego Martínez | |
2017-01-24 | Add support for gettext message catalogs. | Diego Martínez | |
2016-11-03 | Add mod metadata files. | Diego Martínez | |
- `description.txt` - `mod.conf` | |||
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). | |||
2016-10-06 | Add some missing escape sequences. | Diego Martínez | |
Fixes #7. | |||
2016-08-29 | translation updated (#8) | BrunoMine | |
* translation updated * translation updated | |||
2016-06-13 | Create README-es_UY.md | Diego Martínez | |
2016-05-09 | Translated into Portuguese from Brazil | BrunoMine | |
2016-05-08 | Reorganize README | Diego Martinez | |
2016-05-03 | Updated readme, in an attempt to make it more readable | Ryan | |
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-12-12 | Use get_modpath() to check for mod existence | 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 | Remove '=' from escape table (Unfound escapes work) | ShadowNinja | |
2013-10-29 | Some refactoring. | kaeza | |
2013-10-29 | Whoops! | kaeza | |
2013-10-29 | Rewrite `findtext.lua'. | kaeza | |
2013-10-29 | Use optional dependencies to only load once and re-add support for escapes | ShadowNinja | |
2013-03-05 | Remove non-working escape sequences | Diego Martínez | |
2013-03-05 | Removed unused return value from Getter() | Diego Martínez | |
2013-03-05 | Removed useless locale files | Diego Martínez | |
2013-03-05 | Various fixes | Diego Martínez | |
2013-02-27 | first commit | Diego Martínez | |