[NEW] Informal German translations (#9984)

* Provide a dedicated informal german language option

* Use a "virtual" language code de-IN for informal german
The IETF language specification compliant suffix "informal"  did not work with the i18n library used
pull/11902/head^2
Oliver Jägle 7 years ago committed by Diego Sampaio
parent 15a01eeb84
commit 4378a119a4
  1. 2827
      packages/rocketchat-i18n/i18n/de-IN.i18n.json
  2. 1363
      packages/rocketchat-i18n/i18n/de.i18n.json
  3. 2
      packages/tap-i18n/lib/plugin/etc/language_names.js

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

@ -46,6 +46,8 @@ language_names = {
gl: ['Galician', 'Galego'],
ka: ['Georgian', 'ქართული'],
de: ['German', 'Deutsch'],
'de-AT': ['German (Austria)', 'Östereichisches Deutsch'],
'de-IN': ['German (informal)', 'Deutsch (informell)'],
el: ['Greek', 'Ελληνικά'],
gn: ['Guaraní', 'Avañe\'ẽ'],
haw: ['Hawaiian', 'Ōlelo Hawaiʻi'],

Loading…
Cancel
Save