aboutsummaryrefslogtreecommitdiffstats
path: root/src/i18n/en/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/i18n/en/index.js')
-rw-r--r--src/i18n/en/index.js7
1 files changed, 7 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'
+}