1
0
mirror of git://git.proxmox.com/git/extjs.git synced 2026-06-27 22:24:55 -04:00
Commit Graph

4 Commits

Author SHA1 Message Date
Maximiliano Sandoval
dea745fcf9 add Greek translations
ExtJs comes with Greek translations using the code el_GR, but the only
Greek code as per [ISO 639] is "el". Additionally, gettext [1] also uses
"el" as the only language code for Greek, but calls it "Greek,
Modern (1453-)".

We make a copy of the original files for el_GR and replace s/el_GR/el/.

[ISO 639] https://en.wikipedia.org/wiki/ISO_639
[1] https://www.gnu.org/software/gettext/manual/html_node/Usual-Language-Codes.html

Signed-off-by: Maximiliano Sandoval <m.sandoval@proxmox.com>
Link: https://lore.proxmox.com/20260601120525.285737-2-m.sandoval@proxmox.com
2026-06-21 16:52:37 +02:00
Thomas Lamprecht
65a2888b37 d/rules: check if all translations are present
to hedge against the (rather unlikely) case where we get another ExtJS
update, as then it might happen that the dev updating the repo to that
overlooks (or doesn't remembers) that the Georgian (ka) language got
contributed manually, not shipped by ExtJS, and delete it by mistake.

Check for all available languages, not just the one exposed in
widget-toolkit, to be future-proof (e.g., we could start using more)

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2023-08-03 16:23:07 +02:00
Fabian Grünbichler
b5c2a832ce d/rules: chmod +x
Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
2018-12-05 11:48:42 +01:00
Dietmar Maurer
c3a2d08f89 add debian package files 2017-01-25 17:56:26 +01:00