Archived
2
0
Fork 0

Fix language export variables (#1689)

* Fix naming of JS locale constants

* Improve the translation instructions re: const names
This commit is contained in:
Matt Jankowski 2017-04-13 09:59:12 -04:00 committed by Eugen
parent 4fe5e04ea4
commit 093879c177
3 changed files with 4 additions and 3 deletions

View file

@ -65,4 +65,4 @@ const bg = {
"notifications.column_settings.reblog": "Споделяния:",
};
export default en;
export default bg;