@@ -294,7 +294,7 @@ You can customize the appearance of all your cards however you wish with URL par
294
294
* ` hide_border ` - Hides the card's border* (boolean)* . Default:` false `
295
295
* ` theme ` - Name of the theme, choose from[ all available themes] ( ./themes/README.md ) . Default:` default ` theme.
296
296
* ` cache_seconds ` - Sets the cache header manually* (min: 21600, max: 86400)* . Default:` 21600 seconds (6 hours) ` .
297
- * ` locale ` - Sets the language in the card* (e.g. cn, de, es, etc.) * . Default:` en ` .
297
+ * ` locale ` - Sets the language in the card, you can check full list of available locales [ here ] ( #available-locales ) . Default:` en ` .
298
298
* ` border_radius ` - Corner rounding on the card. Default:` 4.5 ` .
299
299
300
300
> [ !WARNING] \
@@ -306,6 +306,60 @@ You can provide multiple comma-separated values in the bg\_color option to rende
306
306
307
307
&bg_color=DEG,COLOR1,COLOR2,COLOR3...COLOR10
308
308
309
+ #####Available locales
310
+
311
+ Here is a list of all available locales:
312
+
313
+ <table >
314
+ <tr ><td >
315
+
316
+ | Code| Locale|
317
+ | ---| ---|
318
+ | ` cn ` | Chinese|
319
+ | ` zh-tw ` | Chinese (Taiwan)|
320
+ | ` ar ` | Arabic|
321
+ | ` cs ` | Czech|
322
+ | ` de ` | German|
323
+ | ` en ` | English|
324
+ | ` bn ` | Bengali|
325
+ | ` es ` | Spanish|
326
+ | ` fr ` | French|
327
+ | ` hu ` | Hungarian|
328
+
329
+ </td ><td >
330
+
331
+ | Code| Locale|
332
+ | ---| ---|
333
+ | ` it ` | Italian|
334
+ | ` ja ` | Japanese|
335
+ | ` kr ` | Korean|
336
+ | ` nl ` | Dutch|
337
+ | ` pt-pt ` | Portuguese (Portugal)|
338
+ | ` pt-br ` | Portuguese (Brazil)|
339
+ | ` np ` | Nepali|
340
+ | ` el ` | Greek|
341
+ | ` ru ` | Russian|
342
+ | ` uk-ua ` | Ukrainian|
343
+
344
+ </td ><td >
345
+
346
+ | Code| Locale|
347
+ | ---| ---|
348
+ | ` id ` | Indonesian|
349
+ | ` ml ` | Malayalam|
350
+ | ` my ` | Burmese|
351
+ | ` sk ` | Slovak|
352
+ | ` tr ` | Turkish|
353
+ | ` pl ` | Polish|
354
+ | ` uz ` | Uzbek|
355
+ | ` vi ` | Vietnamese|
356
+ | ` se ` | Swedish|
357
+
358
+ </td ></tr >
359
+ </table >
360
+
361
+ If we don't support your language, please consider contributing!
362
+
309
363
####Stats Card Exclusive Options
310
364
311
365
* ` hide ` - Hides the[ specified items] ( #hiding-individual-stats ) from stats* (Comma-separated values)* . Default:` [] (blank array) ` .