diff options
| author | Arne Schauf <git@asw.io> | 2018-03-03 01:06:44 +0100 |
|---|---|---|
| committer | Arne Schauf <git@asw.io> | 2018-03-03 01:08:55 +0100 |
| commit | 8769fc4dc19447f67a42eb941fb43ba7223772eb (patch) | |
| tree | 0a73daee2ede4cc1cdf515559429c9ba9fcc211c /src/i18n | |
| download | parry-ui-8769fc4dc19447f67a42eb941fb43ba7223772eb.tar.gz parry-ui-8769fc4dc19447f67a42eb941fb43ba7223772eb.zip | |
upgrade quasar to latest version
Diffstat (limited to 'src/i18n')
| -rw-r--r-- | src/i18n/en/index.js | 7 | ||||
| -rw-r--r-- | src/i18n/index.js | 5 |
2 files changed, 12 insertions, 0 deletions
diff --git a/src/i18n/en/index.js b/src/i18n/en/index.js new file mode 100644 index 0000000..b70b80f --- /dev/null +++ b/src/i18n/en/index.js @@ -0,0 +1,7 @@ +// This is just an example, +// so you can safely delete all default props below + +export default { + failed: 'Action failed', + success: 'Action was successful' +} diff --git a/src/i18n/index.js b/src/i18n/index.js new file mode 100644 index 0000000..1efd82d --- /dev/null +++ b/src/i18n/index.js @@ -0,0 +1,5 @@ +import en from './en' + +export default { + en +} |
