Skip to content

Commit f9fa4dd

Browse files
authored
Merge pull request #22735 from SaiHarshaK/config_update
Add languagedirection in config.toml
2 parents 2fb9d00 + ee02334 commit f9fa4dd

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

config.toml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -274,13 +274,15 @@ description = "Production-Grade Container Orchestration"
274274
languageName ="English"
275275
# Weight used for sorting.
276276
weight = 1
277+
languagedirection = "ltr"
277278

278279
[languages.zh]
279280
title = "Kubernetes"
280281
description = "生产级别的容器编排系统"
281282
languageName = "中文 Chinese"
282283
weight = 2
283284
contentDir = "content/zh"
285+
languagedirection = "ltr"
284286

285287
[languages.zh.params]
286288
time_format_blog = "2006.01.02"
@@ -292,6 +294,7 @@ description = "운영 수준의 컨테이너 오케스트레이션"
292294
languageName = "한국어 Korean"
293295
weight = 3
294296
contentDir = "content/ko"
297+
languagedirection = "ltr"
295298

296299
[languages.ko.params]
297300
time_format_blog = "2006.01.02"
@@ -303,6 +306,7 @@ description = "プロダクショングレードのコンテナ管理基盤"
303306
languageName = "日本語 Japanese"
304307
weight = 4
305308
contentDir = "content/ja"
309+
languagedirection = "ltr"
306310

307311
[languages.ja.params]
308312
time_format_blog = "2006.01.02"
@@ -314,6 +318,7 @@ description = "Solution professionnelle d’orchestration de conteneurs"
314318
languageName ="Français"
315319
weight = 5
316320
contentDir = "content/fr"
321+
languagedirection = "ltr"
317322

318323
[languages.fr.params]
319324
time_format_blog = "02.01.2006"
@@ -326,6 +331,7 @@ description = "Orchestrazione di Container in produzione"
326331
languageName = "Italiano"
327332
weight = 6
328333
contentDir = "content/it"
334+
languagedirection = "ltr"
329335

330336
[languages.it.params]
331337
time_format_blog = "02.01.2006"
@@ -338,6 +344,7 @@ description = "Production-Grade Container Orchestration"
338344
languageName ="Norsk"
339345
weight = 7
340346
contentDir = "content/no"
347+
languagedirection = "ltr"
341348

342349
[languages.no.params]
343350
time_format_blog = "02.01.2006"
@@ -350,6 +357,7 @@ description = "Produktionsreife Container-Orchestrierung"
350357
languageName ="Deutsch"
351358
weight = 8
352359
contentDir = "content/de"
360+
languagedirection = "ltr"
353361

354362
[languages.de.params]
355363
time_format_blog = "02.01.2006"
@@ -362,6 +370,7 @@ description = "Orquestación de contenedores para producción"
362370
languageName ="Español"
363371
weight = 9
364372
contentDir = "content/es"
373+
languagedirection = "ltr"
365374

366375
[languages.es.params]
367376
time_format_blog = "02.01.2006"
@@ -374,6 +383,7 @@ description = "Orquestração de contêineres em nível de produção"
374383
languageName ="Português"
375384
weight = 9
376385
contentDir = "content/pt"
386+
languagedirection = "ltr"
377387

378388
[languages.pt.params]
379389
time_format_blog = "02.01.2006"
@@ -386,6 +396,7 @@ description = "Orkestrasi Kontainer dengan Skala Produksi"
386396
languageName ="Bahasa Indonesia"
387397
weight = 10
388398
contentDir = "content/id"
399+
languagedirection = "ltr"
389400

390401
[languages.id.params]
391402
time_format_blog = "02.01.2006"
@@ -398,6 +409,7 @@ description = "Production-Grade Container Orchestration"
398409
languageName = "Hindi"
399410
weight = 11
400411
contentDir = "content/hi"
412+
languagedirection = "ltr"
401413

402414
[languages.hi.params]
403415
time_format_blog = "01.02.2006"
@@ -409,13 +421,15 @@ description = "Giải pháp điều phối container trong môi trường produc
409421
languageName = "Tiếng Việt"
410422
contentDir = "content/vi"
411423
weight = 12
424+
languagedirection = "ltr"
412425

413426
[languages.ru]
414427
title = "Kubernetes"
415428
description = "Первоклассная оркестрация контейнеров"
416429
languageName = "Русский"
417430
weight = 12
418431
contentDir = "content/ru"
432+
languagedirection = "ltr"
419433

420434
[languages.ru.params]
421435
time_format_blog = "02.01.2006"
@@ -428,6 +442,7 @@ description = "Produkcyjny system zarządzania kontenerami"
428442
languageName = "Polski"
429443
weight = 13
430444
contentDir = "content/pl"
445+
languagedirection = "ltr"
431446

432447
[languages.pl.params]
433448
time_format_blog = "01.02.2006"
@@ -440,6 +455,7 @@ description = "Довершена система оркестрації конт
440455
languageName = "Українська"
441456
weight = 14
442457
contentDir = "content/uk"
458+
languagedirection = "ltr"
443459

444460
[languages.uk.params]
445461
time_format_blog = "02.01.2006"

0 commit comments

Comments
 (0)