🌐 (app) init 18n in en and french
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user