about summary refs log tree commit diff
path: root/app/javascript/locales
diff options
context:
space:
mode:
authorFire Demon <firedemon@creature.cafe>2020-07-15 20:07:55 -0500
committerFire Demon <firedemon@creature.cafe>2020-08-30 05:41:03 -0500
commit6abeb96a572b0bcd8bc18f84ef47e03d61e3eea4 (patch)
treea460f86353c31beb675cf402191fa0a02cf1596a /app/javascript/locales
parent245e70626005e433c32fd0895015213658ea3b27 (diff)
[Localization] Add custom locale for Monsterfork additions and Monsterpit community flavor
Diffstat (limited to 'app/javascript/locales')
-rw-r--r--app/javascript/locales/locale-data/en-MP.js8
-rw-r--r--app/javascript/locales/monsterfork/en.json3
2 files changed, 8 insertions, 3 deletions
diff --git a/app/javascript/locales/locale-data/en-MP.js b/app/javascript/locales/locale-data/en-MP.js
new file mode 100644
index 000000000..a2defe09a
--- /dev/null
+++ b/app/javascript/locales/locale-data/en-MP.js
@@ -0,0 +1,8 @@
+/*eslint eqeqeq: "off"*/
+/*eslint no-nested-ternary: "off"*/
+/*eslint quotes: "off"*/
+
+export default [{
+  locale: 'en-MP',
+  parentLocale: 'en',
+}];
\ No newline at end of file
diff --git a/app/javascript/locales/monsterfork/en.json b/app/javascript/locales/monsterfork/en.json
deleted file mode 100644
index 24f9989f8..000000000
--- a/app/javascript/locales/monsterfork/en.json
+++ /dev/null
@@ -1,3 +0,0 @@
-{
-  "status.edited": "{count, plural, one {# edit} other {# edits}} · last update: {updated_at}"
-}
\ No newline at end of file