update i18n

This commit is contained in:
Iuri Matias 2018-08-23 14:16:31 -04:00
parent 4a5c53b43a
commit 20cabeff84
5 changed files with 29 additions and 6 deletions

View File

@ -7,8 +7,8 @@ const supported_languages = ['en', 'pt', 'fr', 'es'];
i18n.configure({ i18n.configure({
locales: supported_languages, locales: supported_languages,
register: global, register: global,
updateFiles: true, updateFiles: false,
syncFiles: true, syncFiles: false,
directory: path.join(__dirname, '../../../', 'locales') directory: path.join(__dirname, '../../../', 'locales')
}); });

View File

@ -176,5 +176,10 @@
"Building...": "Building...", "Building...": "Building...",
"gas at the price of": "gas at the price of", "gas at the price of": "gas at the price of",
"Wei, estimated cost:": "Wei, estimated cost:", "Wei, estimated cost:": "Wei, estimated cost:",
"using": "using" "using": "using",
"Initializing Embark Template...": "Initializing Embark Template...",
"Unrecognized balance string \"%s\"": "Unrecognized balance string \"%s\"",
"{{className}} has a dependency on {{dependencyName}}": "{{className}} has a dependency on {{dependencyName}}",
", but it is not set to deploy. It could be an interface.": ", but it is not set to deploy. It could be an interface.",
"Done. %s generated": "Done. %s generated"
} }

View File

@ -205,5 +205,11 @@
"Wei, estimated cost:": "Wei, estimated cost:", "Wei, estimated cost:": "Wei, estimated cost:",
"using": "using", "using": "using",
"Embark is building, please wait...": "Embark is building, please wait...", "Embark is building, please wait...": "Embark is building, please wait...",
"instantiated js-ipfs object configured to the current environment (available if ipfs is enabled)": "instantiated js-ipfs object configured to the current environment (available if ipfs is enabled)" "instantiated js-ipfs object configured to the current environment (available if ipfs is enabled)": "instantiated js-ipfs object configured to the current environment (available if ipfs is enabled)",
"Initializing Embark Template...": "Initializing Embark Template...",
"Name your app (default is %s):": "Name your app (default is %s):",
"Unrecognized balance string \"%s\"": "Unrecognized balance string \"%s\"",
"{{className}} has a dependency on {{dependencyName}}": "{{className}} has a dependency on {{dependencyName}}",
", but it is not set to deploy. It could be an interface.": ", but it is not set to deploy. It could be an interface.",
"Done. %s generated": "Done. %s generated"
} }

View File

@ -205,5 +205,11 @@
"Wei, estimated cost:": "Wei, estimated cost:", "Wei, estimated cost:": "Wei, estimated cost:",
"using": "using", "using": "using",
"Embark is building, please wait...": "Embark is building, please wait...", "Embark is building, please wait...": "Embark is building, please wait...",
"instantiated js-ipfs object configured to the current environment (available if ipfs is enabled)": "instantiated js-ipfs object configured to the current environment (available if ipfs is enabled)" "instantiated js-ipfs object configured to the current environment (available if ipfs is enabled)": "instantiated js-ipfs object configured to the current environment (available if ipfs is enabled)",
"Initializing Embark Template...": "Initializing Embark Template...",
"Name your app (default is %s):": "Name your app (default is %s):",
"Unrecognized balance string \"%s\"": "Unrecognized balance string \"%s\"",
"{{className}} has a dependency on {{dependencyName}}": "{{className}} has a dependency on {{dependencyName}}",
", but it is not set to deploy. It could be an interface.": ", but it is not set to deploy. It could be an interface.",
"Done. %s generated": "Done. %s generated"
} }

View File

@ -205,5 +205,11 @@
"Wei, estimated cost:": "Wei, estimated cost:", "Wei, estimated cost:": "Wei, estimated cost:",
"using": "using", "using": "using",
"Embark is building, please wait...": "Embark is building, please wait...", "Embark is building, please wait...": "Embark is building, please wait...",
"instantiated js-ipfs object configured to the current environment (available if ipfs is enabled)": "instantiated js-ipfs object configured to the current environment (available if ipfs is enabled)" "instantiated js-ipfs object configured to the current environment (available if ipfs is enabled)": "instantiated js-ipfs object configured to the current environment (available if ipfs is enabled)",
"Initializing Embark Template...": "Initializing Embark Template...",
"Name your app (default is %s):": "Name your app (default is %s):",
"Unrecognized balance string \"%s\"": "Unrecognized balance string \"%s\"",
"{{className}} has a dependency on {{dependencyName}}": "{{className}} has a dependency on {{dependencyName}}",
", but it is not set to deploy. It could be an interface.": ", but it is not set to deploy. It could be an interface.",
"Done. %s generated": "Done. %s generated"
} }