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
|
@ -5,6 +5,7 @@
|
|||
* 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 = {
|
||||
|
|
Reference in a new issue