13 Commits

Author SHA1 Message Date
Rémi Verschelde
07fd9cb8d2 Merge translations with Godot 4.5 strings
Not exporting them to the Godot repo yet as we'll merge the classes change
from tab indentation to spaces first.
2025-06-06 14:17:54 +02:00
Haoyu Qiu
b3a984c9c1 Fix basic editor settings not extracted (#25) 2025-03-13 08:54:52 +01:00
Haoyu Qiu
d44ab97aa6 Ignore properties starting with an underscore (#24) 2025-02-27 10:02:55 +01:00
Michael Alexsander
2201267681 Fix regression from ignoring comments 2024-05-07 21:36:31 -03:00
Michael Alexsander
de7827d2bf Improve Regex extraction so it ignores comments 2024-03-06 15:36:59 -03:00
Michael Alexsander
1c3beb31e6 Add POT generation for ETR/ETRN() strings 2023-12-15 22:28:26 -03:00
Haoyu Qiu
56ef2dba10 Fix wrong way to build theme item paths 2023-10-19 10:33:23 +08:00
Haoyu Qiu
c74e582138 Add context support for editor property name i18n
Also:
* Removed deprecated code that remains in `extract_editor.py` after the
  script split
* Fixed borken remap extraction due to our migration from
  `String::utf8("text")` to `U"text"`
2023-10-06 19:44:55 +08:00
Rémi Verschelde
873d564a33 Sync translation templates with Godot
Also update POT file width to 80, missed in 0790d4b54d.
2023-09-08 12:10:49 +02:00
Haoyu Qiu
2bef7e3bc3 Exclude non-editor property strings 2023-02-11 22:01:13 +08:00
Haoyu Qiu
9b2b74e599 Handle GLOBAL_DEF overload 2023-02-10 12:11:44 +08:00
Haoyu Qiu
7c4d85cc85 Handle grouping in import options 2023-02-09 14:43:31 +08:00
Rémi Verschelde
57ae4577ed Move all editor translations from Godot repo to this new repo
We use a git submodule to handle updating the POT templates.

The translations were synced with the last 3.5 state from Jan 20,
then merged and updated with Feb 7 sources for 4.0.

The editor translations are split into editor interface (`editor`)
and properties (`properties`) resources, following:
https://github.com/godotengine/godot/pull/70623
2023-02-07 15:19:16 +01:00