diff options
author | Fire Demon <firedemon@creature.cafe> | 2020-07-15 20:07:55 -0500 |
---|---|---|
committer | Fire Demon <firedemon@creature.cafe> | 2020-08-30 05:41:03 -0500 |
commit | 6abeb96a572b0bcd8bc18f84ef47e03d61e3eea4 (patch) | |
tree | a460f86353c31beb675cf402191fa0a02cf1596a /app/javascript/locales/locale-data/en-MP.js | |
parent | 245e70626005e433c32fd0895015213658ea3b27 (diff) |
[Localization] Add custom locale for Monsterfork additions and Monsterpit community flavor
Diffstat (limited to 'app/javascript/locales/locale-data/en-MP.js')
-rw-r--r-- | app/javascript/locales/locale-data/en-MP.js | 8 |
1 files changed, 8 insertions, 0 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 |