mirror of https://github.com/embarklabs/embark.git
update i18n
This commit is contained in:
parent
4a5c53b43a
commit
20cabeff84
|
@ -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')
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
|
@ -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"
|
||||||
}
|
}
|
|
@ -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"
|
||||||
}
|
}
|
|
@ -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"
|
||||||
}
|
}
|
|
@ -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"
|
||||||
}
|
}
|
Loading…
Reference in New Issue