* Fix naming of JS locale constants
* Improve the translation instructions re: const names
"notifications.column_settings.reblog": "Споделяния:",
};
-export default en;
+export default bg;
-const en = {
+const de = {
"column_back_button.label": "Zurück",
"lightbox.close": "Schließen",
"loading_indicator.label": "Lade…",
"missing_indicator.label": "Nicht gefunden"
};
-export default en;
+export default de;
* 1. to add your new string here; and
* 2. to remove old strings that are no longer needed; and
* 3. to sort the strings by the key.
+ # 4. To rename the `en` const name and export default name to match your locale.
* Thanks!
*/
const en = {