summaryrefslogtreecommitdiffstats
path: root/core/string/translation_po.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use `(r)find_char` instead of `(r)find` for single charactersA Thousand Ships2024-11-171-4/+4
* [Core] Improve error messages with `vformat`A Thousand Ships2024-10-301-5/+5
* Improve PR plural translation rules handling.bruvzg2024-06-181-23/+67
* Remove unnecessary `this->` expressionsA Thousand Ships2024-01-291-2/+2
* Don't warn when using TTRN() in a language without pluralsHaoyu Qiu2023-02-111-5/+0
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* [Font] Add an import option to pre-render all glyphs required for the transla...bruvzg2022-11-101-0/+17
* Add a new HashMap implementationreduz2022-05-121-27/+13
* Make FileAccess and DirAccess classes reference counted.bruvzg2022-04-111-2/+1
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Use const references where possible for List range iteratorsRémi Verschelde2021-07-251-6/+6
* Use C++ iterators for Lists in many situationsAaron Franke2021-07-231-13/+10
* Rename `instance()`->`instantiate()` when it's a verbLightning_A2021-06-191-1/+1
* Core: Move DirAccess and FileAccess to `core/io`Rémi Verschelde2021-06-111-1/+1
* Remove uses of `auto` for better readability and online code reviewsHugo Locurcio2021-04-261-10/+10
* Rename PHashTranslation to OptimizedTranslationMarcel Admiraal2021-03-201-1/+1
* Fixes small typos and grammar correctionAnshul7sp12021-03-121-1/+1
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Rename empty() to is_empty()Marcel Admiraal2020-12-281-2/+2
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-0/+312