🌐 (app) init 18n in en and french

This commit is contained in:
2020-07-18 23:32:47 +02:00
parent 4cae3c7a49
commit 62749a3bf7
14 changed files with 311 additions and 40 deletions

View File

@@ -165,3 +165,20 @@ footer {
font-size: 1rem;
}
</style>
<i18n>
{
"en": {
"madeBy": "Made by",
"juju": "juju",
"chillWith": "chill with",
"chilled cow": "chilled cow"
},
"fr": {
"madeBy": "Fait par",
"juju": "juju",
"chillWith": "Détendez-vous avec",
"chilled cow": "chilled cow"
}
}
</i18n>