6 Commits

Author SHA1 Message Date
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
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
0b10708d17 Parse UTF-32 string literal for editor strings 2023-07-02 12:25:08 +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