[Scummvm-git-logs] scummvm-web master -> 5ddf9f5bf989af38b5a104d77b4145c7a101f4b0

Mataniko mataniko at gmail.com
Sun Nov 10 05:19:21 CET 2019


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm-web' repo located at https://github.com/scummvm/scummvm-web .

Summary:
5ddf9f5bf9 DATA: Fix underscore escape


Commit: 5ddf9f5bf989af38b5a104d77b4145c7a101f4b0
    https://github.com/scummvm/scummvm-web/commit/5ddf9f5bf989af38b5a104d77b4145c7a101f4b0
Author: Matan Bareket (mataniko at gmail.com)
Date: 2019-11-09T23:19:14-05:00

Commit Message:
DATA: Fix underscore escape

Changed paths:
    lang/i18n/lang.de.json
    lang/i18n/lang.el.json
    lang/i18n/lang.en.json
    lang/i18n/lang.es.json
    lang/i18n/lang.fr.json
    lang/i18n/lang.he.json
    lang/i18n/lang.it.json
    lang/i18n/lang.ru.json


diff --git a/lang/i18n/lang.de.json b/lang/i18n/lang.de.json
index 11860e0..87bc80e 100644
--- a/lang/i18n/lang.de.json
+++ b/lang/i18n/lang.de.json
@@ -1,5 +1,5 @@
 {
-  "locale": "de\\_DE.UTF-8",
+  "locale": "de_DE.UTF-8",
   "dateformat": "%e. %B %Y",
   "compatibilityUntested": "Nicht getestet",
   "compatibilityBroken": "Kaputt",
@@ -76,7 +76,7 @@
   "downloadsBinariesNote2": "beachten Sie bitte die Veröffentlichungshinweise",
   "downloadsBinariesNote3": "{release} ist auch in den Software-Repositories vieler GNU/Linux-Distributionen enthalten.",
   "downloadsSourceCode": "Quellcode für {release}",
-  "downloadsTools": "Tools für {release\\_tools}",
+  "downloadsTools": "Tools für {release_tools}",
   "downloadsOldBinaries": "Ältere Versionen (nicht mehr unterstützt)",
   "downloadsOld": "Ältere Versionen",
   "downloadsOldBinariesNote": "In einigen Fällen haben wir (noch) keine neuen Programmdateien von ScummVM oder die ScummVM-Tools für einige Plattformen erstellt. Für diesen Fall stellen wir ältere Versionen von ScummVM hier zur Verfügung.",
diff --git a/lang/i18n/lang.el.json b/lang/i18n/lang.el.json
index dfd0358..0d39c98 100644
--- a/lang/i18n/lang.el.json
+++ b/lang/i18n/lang.el.json
@@ -1,5 +1,5 @@
 {
-  "locale": "el\\_GR.UTF-8",
+  "locale": "el_GR.UTF-8",
   "dateformat": "%e %b, %Y",
   "compatibilityUntested": "Αδοκίμαστο",
   "compatibilityBroken": "Δεν λειτουργεί",
@@ -81,7 +81,7 @@
   "downloadsBinariesNote2": "διαβάστε τις σημειώσεις κυκλοφορίας (release notes)",
   "downloadsBinariesNote3": "Το ScummVM {release} είναι επίσης διαθέσιμο στα αποθετήρια λογισμικού (software repositories) πολλών διανομών GNU/Linux.",
   "downloadsSourceCode": "Πηγαίος Κώδικας της {release}",
-  "downloadsTools": "Εργαλεία της {release\\_tools}",
+  "downloadsTools": "Εργαλεία της {release_tools}",
   "downloadsOldBinaries": "Παλιότερες εκδόσεις (μη υποστηριζόμενες)",
   "downloadsOld": "Παλιότερες εκδόσεις",
   "downloadsOldBinariesNote": "Σε μερικές περιπτώσεις, δεν έχουμε (ακόμα) νέα ενημερωμένα πακέτα του ScummVM ή/και των εργαλείων του ScummVM για κάποιες πλατφόρμες. Για αυτές τις περιπτώσεις, παρέχουμε ακόμα τις παλιότερες εκδόσεις, για τη διευκόλυνσή σας.",
diff --git a/lang/i18n/lang.en.json b/lang/i18n/lang.en.json
index 57f73e4..099bd49 100644
--- a/lang/i18n/lang.en.json
+++ b/lang/i18n/lang.en.json
@@ -81,7 +81,7 @@
   "downloadsBinariesNote2": "read the release notes",
   "downloadsBinariesNote3": "ScummVM {release} is also available in the software repositories of many GNU/Linux distributions.",
   "downloadsSourceCode": "{release} Source Code",
-  "downloadsTools": "{release\\_tools} Tools",
+  "downloadsTools": "{release_tools} Tools",
   "downloadsOldBinaries": "Older versions (unsupported)",
   "downloadsOld": "Older versions",
   "downloadsOldBinariesNote": "In a few cases, we do not (yet) have new binaries of ScummVM and/or the ScummVM tools for some platforms. In these cases, we still have older versions around, for your convenience.",
diff --git a/lang/i18n/lang.es.json b/lang/i18n/lang.es.json
index daeeef0..3495fc6 100644
--- a/lang/i18n/lang.es.json
+++ b/lang/i18n/lang.es.json
@@ -79,7 +79,7 @@
   "downloadsBinariesNote2": "leer las notas de edición",
   "downloadsBinariesNote3": "ScummVM {release} está también disponible en los repositorios de software de muchas distribuciones GNU/Linux.",
   "downloadsSourceCode": "Código Fuente de {release}",
-  "downloadsTools": "Herramientas de {release\\_tools}",
+  "downloadsTools": "Herramientas de {release_tools}",
   "downloadsOldBinaries": "Versiones antiguas (sin soporte)",
   "downloadsOld": "Versiones antiguas",
   "downloadsOldBinariesNote": "En algunos casos ya no tenemos nuevos binarios de ScummVM y/o de sus herramientas para algunas plataformas. Es esos casos todavía mantenemos versiones antiguas como alternativa.",
diff --git a/lang/i18n/lang.fr.json b/lang/i18n/lang.fr.json
index d795f00..72d4d2a 100644
--- a/lang/i18n/lang.fr.json
+++ b/lang/i18n/lang.fr.json
@@ -1,5 +1,5 @@
 {
-  "locale": "fr\\_FR.UTF-8",
+  "locale": "fr_FR.UTF-8",
   "dateformat": "%e %b %Y",
   "compatibilityUntested": "Non testé",
   "compatibilityBroken": "Cassé",
@@ -75,7 +75,7 @@
   "downloadsBinariesNote2": "veuillez consulter les release notes",
   "downloadsBinariesNote3": "La version {release} est également disponible dans les dépôts logiciels de nombreuses distributions GNU/Linux.",
   "downloadsSourceCode": "Code source pour la version {release}",
-  "downloadsTools": "Outils en version {release\\_tools}",
+  "downloadsTools": "Outils en version {release_tools}",
   "downloadsOldBinaries": "Versions plus anciennes (non supportées)",
   "downloadsOld": "Versions plus anciennes",
   "downloadsOldBinariesNote": "Nous n'avons pas (encore) d'exécutables pour la dernière version de ScummVM et/ou des Outils pour toutes les plateformes. Vous trouverez ci-dessous des versions plus anciennes pour ces plateformes.",
diff --git a/lang/i18n/lang.he.json b/lang/i18n/lang.he.json
index b2fc030..636f457 100644
--- a/lang/i18n/lang.he.json
+++ b/lang/i18n/lang.he.json
@@ -81,7 +81,7 @@
   "downloadsBinariesNote2": "קרא את הערות השחרור",
   "downloadsBinariesNote3": "ScummVM {release} זמין גם במאגרי התוכנה של הפצות רבות של GNU / Linux.",
   "downloadsSourceCode": "קוד {מקור}",
-  "downloadsTools": "{release\\_tools} כלים",
+  "downloadsTools": "{release_tools} כלים",
   "downloadsOldBinaries": "גרסאות ישנות יותר (לא נתמכות)",
   "downloadsOld": "גרסאות ישנות",
   "downloadsOldBinariesNote": "במקרים בודדים אין לנו (עדיין) קבצים בינאריים חדשים של ScummVM ו / או כלי ScummVM עבור כמה פלטפורמות. במקרים אלה, עדיין קיימות לנו גרסאות ישנות יותר, לנוחיותך.",
diff --git a/lang/i18n/lang.it.json b/lang/i18n/lang.it.json
index 087e7a0..648044c 100644
--- a/lang/i18n/lang.it.json
+++ b/lang/i18n/lang.it.json
@@ -1,5 +1,5 @@
 {
-  "locale": "it\\_IT.UTF8",
+  "locale": "it_IT.UTF8",
   "dateformat": "%e %B %Y",
   "compatibilityUntested": "Non testato",
   "compatibilityBroken": "Non funzionante",
@@ -57,7 +57,7 @@
   "downloadsBinariesNote2": "lista dei cambiamenti rispetto alle versioni precedenti",
   "downloadsBinariesNote3": "ScummVM {release} è disponibile nei repository di molte distribuzioni GNU/Linux.",
   "downloadsSourceCode": "Codice sorgente {release}",
-  "downloadsTools": "Tool {release\\_tools}",
+  "downloadsTools": "Tool {release_tools}",
   "downloadsOldBinaries": "Versioni passate (non supportate)",
   "downloadsOld": "Versioni passate",
   "downloadsOldBinariesNote": "Nel caso di alcune piattaforme, non sono (per ora) disponibili nuovi eseguibili di ScummVM e/o dei tool. Per tali piattaforme, abbiamo ancora le vecchie versioni.",
diff --git a/lang/i18n/lang.ru.json b/lang/i18n/lang.ru.json
index e6251eb..7f35e36 100644
--- a/lang/i18n/lang.ru.json
+++ b/lang/i18n/lang.ru.json
@@ -1,5 +1,5 @@
 {
-  "locale": "ru\\_RU.UTF-8",
+  "locale": "ru_RU.UTF-8",
   "dateformat": "%e %b %Y",
   "compatibilityUntested": "Не тестировано",
   "compatibilityBroken": "Сломано",
@@ -55,9 +55,9 @@
   "downloadsBinaries": "{release} Release binaries",
   "downloadsBinariesNote1": "For a list of changes since the previous version,",
   "downloadsBinariesNote2": "read the release notes",
-  "downloadsBinariesNote3": "{release\\_debian} is also apt-get'able from Debian unstable (sid).",
+  "downloadsBinariesNote3": "{release_debian} is also apt-get'able from Debian unstable (sid).",
   "downloadsSourceCode": "{release} Source Code",
-  "downloadsTools": "{release\\_tools} Tools",
+  "downloadsTools": "{release_tools} Tools",
   "downloadsOldBinaries": "Older versions (unsupported)",
   "downloadsOld": "Older versions",
   "downloadsOldBinariesNote": "In a few cases, we do not (yet) have new binaries of ScummVM and/or the ScummVM tools for some platforms. In these cases, we still have older versions around, for your convenience.",





More information about the Scummvm-git-logs mailing list