Przeglądaj źródła

Update RELEASING.md

We use a trick to be able to translate English strings on Transifex: We
overwrite `en.json` with `en_US.json`.
Danilo Bargen 5 lat temu
rodzic
commit
f9e23ebc77
2 zmienionych plików z 2 dodań i 2 usunięć
  1. 1 0
      RELEASING.md
  2. 1 2
      public/i18n/en.json

+ 1 - 0
RELEASING.md

@@ -6,6 +6,7 @@ with deprecations. Remove them if possible.
 Update translations (https://github.com/transifex/transifex-client/):
 
     $ tx pull --all
+    $ mv public/i18n/en_US.json public/i18n/en.json
     $ git diff public/i18n/
     $ git add public/i18n/
     $ git commit -m 'Update translation strings from Transifex'

+ 1 - 2
public/i18n/en.json

@@ -218,8 +218,7 @@
         "SENT": "The message was delivered to the Threema server",
         "DELIVERED": "The message was delivered to the recipient's device",
         "READ": "The message was read by the recipient",
-        "FAILED": "The message could not be sent",
-        "UNKNOWN": ""
+        "FAILED": "The message could not be sent"
     },
     "messageTypes": {
         "AUDIO_MESSAGE": "Audio Message",