summaryrefslogtreecommitdiff
path: root/editor/translations
AgeCommit message (Collapse)Author
2023-05-12i18n: Sync translations with WeblateRémi Verschelde
2023-04-20i18n: Sync translations with WeblateRémi Verschelde
2023-04-04i18n: Sync translations with WeblateRémi Verschelde
2023-03-15i18n: Sync translations with WeblateRémi Verschelde
2023-03-01i18n: Sync translations with WeblateRémi Verschelde
2023-02-24i18n: Sync translations with WeblateRémi Verschelde
2023-02-20i18n: Sync translations with WeblateRémi Verschelde
2023-02-10i18n: Sync translations with WeblateRémi Verschelde
2023-02-07Keep only production ready translations, move the WIP ones to godot-editor-l10nRémi Verschelde
- Remove WIP translation templates, moved to godot-editor-l10n which will be the source and target for Weblate contributions. * https://github.com/godotengine/godot-editor-l10n - Re-add translations with a high completion ratio, stripped of the untranslated and fuzzy strings, and of the location and translator comments, to keep the size lower. * Threshold editor interface: 20% complete. * Threshold properties: 20% complete. * Threshold classes: 10% complete.
2023-01-20i18n: Sync editor translations with Weblate (3.5 branch)Rémi Verschelde
(cherry picked from commit b06d93aec6ff4aaf4fa8abdf3d5f0536a49d4cdc)
2023-01-05One Copyright Update to rule them allRémi Verschelde
As many open source projects have started doing it, we're removing the current year from the copyright notice, so that we don't need to bump it every year. It seems like only the first year of publication is technically relevant for copyright notices, and even that seems to be something that many companies stopped listing altogether (in a version controlled codebase, the commits are a much better source of date of publication than a hardcoded copyright statement). We also now list Godot Engine contributors first as we're collectively the current maintainers of the project, and we clarify that the "exclusive" copyright of the co-founders covers the timespan before opensourcing (their further contributions are included as part of Godot Engine contributors). Also fixed "cf." Frenchism - it's meant as "refer to / see".
2022-12-13i18n: Sync editor translations with Weblate (3.5 branch)Rémi Verschelde
(cherry picked from commit ee8986e146568ffa21e0d2824a0145aa5a241728)
2022-11-25Improve editor property capitalizationHaoyu Qiu
* Captialize stop words when they are the last word. * Add stop words logic in `extract.py`.
2022-09-30ci: add Python static analysis check via mypyJiri Suchan
2022-09-27i18n: Sync editor translations with Weblate (3.5 branch)Rémi Verschelde
(cherry picked from commit 7ee90a080f88d7f5786b25cc829da65b5c33faa7)
2022-09-09i18n: Sync editor translations with Weblate (3.5 branch)Rémi Verschelde
(cherry picked from commit 367ffd10c8a0131bb7f669070d99841fdc3ec6e2)
2022-08-30Add `String.to_{camel,pascal,snake}_case` methodsDanil Alexeev
2022-08-05i18n: Sync editor translations with WeblateRémi Verschelde
(cherry picked from commit 4e64c1f1b6c842cbf343f4f1f176f6fa0671bbc7)
2022-07-27i18n: Sync editor translations with WeblateRémi Verschelde
(cherry picked from commit 5e66d2e2c4103ba4c7d178409da2a721bcb6d842)
2022-07-18i18n: Sync editor translations with WeblateRémi Verschelde
(cherry picked from commit 556e090bcc72e6e51d210f374d8cb9cb72f8fe39)
2022-07-06i18n: Sync editor translations with WeblateRémi Verschelde
(cherry picked from commit 30ceef93b03c235134d6356b708cc2715d9145d2)
2022-06-29i18n: Sync editor translations with WeblateRémi Verschelde
(cherry picked from commit f29241fa1eed5899604e6b8c8fc3b4c84e4f4641)
2022-06-19i18n: Sync editor translations with WeblateRémi Verschelde
(cherry picked from commit 000499662bdb60e786ab6451c260e62a72ad595d)
2022-06-16i18n: Sync editor translations with WeblateRémi Verschelde
(cherry picked from commit 135c252a389c4cea2074536aeebef941038a1429)
2022-06-08i18n: Sync editor translations with WeblateRémi Verschelde
Remove some translation templates which were empty or almost empty (less than 10 strings translated, years without further activity). (cherry picked from commit f1eab40cdaefc899a120e674a752347cf9ffdced)
2022-06-01i18n: Sync editor translations with WeblateRémi Verschelde
(cherry picked from commit 5be04c9153d832449d2b6affd4155977393bf36e)
2022-05-24i18n: Sync editor translations with WeblateRémi Verschelde
(cherry picked from commit bf2c722a25943a3cca5460334cbbddd59120fecd)
2022-05-19Add dedicated macros for property name extractionHaoyu Qiu
* Replace case-by-case extraction with PNAME & GNAME * Fix group handling when group hint begins with property name * Exclude properties that are PROPERTY_USAGE_NO_EDITOR * Extract missing ADD_ARRAY*, ADD_SUBGROUP* macros
2022-05-17i18n: Sync editor translations with WeblateRémi Verschelde
(cherry picked from commit caeae1f94964587fde62e397e27d01af7fc0567b)
2022-05-05i18n: Sync editor translations with WeblateRémi Verschelde
(cherry picked from commit 0997c2de84764c4cfbdf582ab405ac73b1cfad30)
2022-04-25i18n: Sync editor translations with WeblateRémi Verschelde
(cherry picked from commit 1e61fb1e37c537179e3d50ad21ff26776a3ebb7e)
2022-04-01Extract theme property names for localizationHaoyu Qiu
2022-03-30Strip feature tag manually when extracting property pathsHaoyu Qiu
2022-03-30Add more patterns for property path extractionHaoyu Qiu
2022-03-29Merge pull request #59374 from timothyqiu/extract-refactor-masterRémi Verschelde
Refactor editor `extract.py`
2022-03-29i18n: Sync editor translation template after #59349Rémi Verschelde
(cherry picked from commit 15dc747de8e895c4ac3212cd564266fb31a5d613)
2022-03-29i18n: Sync editor translations with WeblateRémi Verschelde
(cherry picked from commit 0db753ef54a305c32bbf9511ec7de5f1ba1c4c3c)
2022-03-21Refactor editor `extract.py`Haoyu Qiu
2022-03-20More editor `extract.py` improvements and fixesHaoyu Qiu
2022-03-18i18n: Sync editor translation template after #59265Rémi Verschelde
(cherry picked from commit 0de7cfc60f9ad8c7e5717bbbe484b22344b4bb17)
2022-03-18i18n: Sync editor translations with WeblateRémi Verschelde
(cherry picked from commit 4228d320bd1410c9b668d9c3cf3bfa4d296a2d0b)
2022-03-18Improves editor property name extractionHaoyu Qiu
2022-03-17i18n: Sync editor translation POs with templateRémi Verschelde
(cherry picked from commit 93a3d47edcc1b3dabb81df55a8faf6f1cc22d1b3)
2022-03-17i18n: Add property paths to editor translation templateRémi Verschelde
(cherry picked from commit 972c6687ffc3626b76557fc8a40927565db8eb2e)
2022-03-17i18n: Sync editor translations with WeblateRémi Verschelde
(cherry picked from commit 98b8f4043a3e4c0c6d9a1a94bd0de99fbe6ee0b1)
2022-03-18Remap property path based on path substringsHaoyu Qiu
Also added captialization caching.
2022-03-10Merge pull request #58706 from timothyqiu/property-i18nRémi Verschelde
2022-03-09i18n: Sync editor translations with WeblateRémi Verschelde
(cherry picked from commit 751769ed45f835e96eedb7cf1aa47733b342d969)
2022-03-03i18n: Make property paths and categories translatableHaoyu Qiu
2022-02-16i18n: Sync editor translations with WeblateRémi Verschelde
Minor proofreading of new OSX export strings. (cherry picked from commit 9f09251027a485f14740dce7b753e962d26bff78)