add translations

This commit is contained in:
2024-02-08 15:29:06 +01:00
committed by AdrienLSH
parent eb10175805
commit 2b77932b93
4 changed files with 85 additions and 3 deletions

View File

@ -2,7 +2,7 @@ import { reloadView } from '../index.js'
export default class LanguageManager {
constructor() {
this.availableLanguages = ['en', 'fr'];
this.availableLanguages = ['en', 'fr', 'tp', 'cr'];
this.dict = null;
this.currentLang = 'en'