+
diff --git a/src/locales/en_US.json b/src/locales/en_US.json
index b8ea75d..cbb180c 100644
--- a/src/locales/en_US.json
+++ b/src/locales/en_US.json
@@ -408,6 +408,21 @@
"progress": "$${totd} of $${goald}/month, ${perc}% of the monthly goal.",
"upgradePush": "To become a subscriber and gain access to cool perks, visit the upgrade page."
},
+ "miiEditor": {
+ "nickname":"Nickname",
+ "creator": "Creator",
+ "birthday": "Birthday",
+ "clickToSet": "Click to set",
+ "favorite": "Favorite",
+ "sharing": "Sharing",
+ "copying": "Copying",
+ "save": "Save",
+ "saveCaption": "Saving your Mii will kill the previous one.",
+ "noCanvas": "Your browser does not support the canvas element.",
+ "corruptedData": "Found corrupted Mii data. Would you like to start from scratch?",
+ "miiSaved": "Your Mii has been updated! Changes may take some time to reflect across all platforms and services.",
+ "loading": "Loading Mii editor..."
+ },
"localizationPage": {
"title": "Let's localize",
"description": "Paste a link to a publicly accessible JSON locale to test it on the website",
diff --git a/src/pages/account/miieditor/index.vue b/src/pages/account/miieditor/index.vue
new file mode 100644
index 0000000..c0af6ba
--- /dev/null
+++ b/src/pages/account/miieditor/index.vue
@@ -0,0 +1,1411 @@
+
+
+
+
+