🎉 Basic i18n support

This commit is contained in:
Liyas Thomas
2019-11-27 14:15:11 +05:30
parent c4c320da83
commit 2697cce6dd
11 changed files with 153 additions and 36 deletions

3
lang/en-US.js Normal file
View File

@@ -0,0 +1,3 @@
export default {
send: 'Send'
}

3
lang/es-ES.js Normal file
View File

@@ -0,0 +1,3 @@
export default {
send: 'Enviar'
}