Fix language export variables (#1689)
* Fix naming of JS locale constants * Improve the translation instructions re: const names
This commit is contained in:
parent
4fe5e04ea4
commit
093879c177
3 changed files with 4 additions and 3 deletions
|
@ -65,4 +65,4 @@ const bg = {
|
|||
"notifications.column_settings.reblog": "Споделяния:",
|
||||
};
|
||||
|
||||
export default en;
|
||||
export default bg;
|
||||
|
|
Reference in a new issue