Global filters (#40)

This commit is contained in:
Timothy Armes
2023-07-05 17:27:53 +02:00
parent caaad4e229
commit 15ead0b877
11 changed files with 168 additions and 71 deletions
+2 -8
View File
@@ -17,13 +17,6 @@
"contactAria": "Contact Us"
},
"App": {
"tcClassic": "Classic",
"tcRapid": "Rapid",
"tcBlitz": "Blitz",
"tcKO": "1h KO"
},
"Home": {
"title": "France Echecs",
"purpose": "Find chess tournaments, in France, on a map",
@@ -41,7 +34,8 @@
"town": "Town",
"tournament": "Tournament",
"timeControl": "Time Control",
"approx": "Géo-localisation is approximative"
"approx": "Géo-localisation is approximative",
"timeControlEnum": "{tc, select, Classic {Classic} Rapid {Rapid} Blitz {Blitz} KO {1h KO} other {{tc}}}"
},
"About": {
+2 -8
View File
@@ -17,13 +17,6 @@
"contactAria": "Contactez-nous"
},
"App": {
"tcClassic": "Cadence Lente",
"tcRapid": "Rapide",
"tcBlitz": "Blitz",
"tcKO": "1h KO"
},
"Home": {
"title": "Échecs France",
"purpose": "Trouvez Vos Tournois d'Échecs en France Sur Une Carte",
@@ -41,7 +34,8 @@
"town": "Ville",
"tournament": "Tournois",
"timeControl": "Cadence",
"approx": "Géolocalisation approximative"
"approx": "Géolocalisation approximative",
"timeControlEnum": "{tc, select, Classic {Cadence Lente} Rapid {Rapide} Blitz {Blitz} KO {1h KO} other {{tc}}}"
},
"About": {