File tree Expand file tree Collapse file tree 3 files changed +15
-0
lines changed Expand file tree Collapse file tree 3 files changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -39,6 +39,7 @@ Please add your language to this list as well while you are making your PR. put
3939What we have so far:
4040- en - Reference
4141- bg
42+ - ca
4243- cn
4344- cs
4445- da
Original file line number Diff line number Diff line change 1+ {
2+ "common" : {
3+ "version" : " versió" ,
4+ "current" : " Actual"
5+ },
6+ "extra_states" : {
7+ "window_open" : " Finestra oberta" ,
8+ "night_mode" : " Mode nocturn" ,
9+ "eco" : " Eco" ,
10+ "summer" : " Estiu"
11+ }
12+ }
Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ import * as sv from './languages/sv.json';
2121import * as bg from './languages/bg.json' ;
2222import * as fi from './languages/fi.json' ;
2323import * as ro from './languages/ro.json' ;
24+ import * as ca from './languages/ca.json' ;
2425
2526// eslint-disable-next-line @typescript-eslint/no-explicit-any
2627const languages : any = {
@@ -47,6 +48,7 @@ const languages: any = {
4748 bg : bg ,
4849 fi : fi ,
4950 ro : ro ,
51+ ca : ca ,
5052} ;
5153
5254export function localize ( string : string , search = '' , replace = '' ) : string {
You can’t perform that action at this time.
0 commit comments