add translations
This commit is contained in:
@ -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'
|
||||
|
Reference in New Issue
Block a user