File tree Expand file tree Collapse file tree 1 file changed +18
-2
lines changed
packages/docs-builder/src Expand file tree Collapse file tree 1 file changed +18
-2
lines changed Original file line number Diff line number Diff line change @@ -12,10 +12,26 @@ import type { TocPageItem, TocSection } from './toc'
1212import type { HtmlPage , MarkdownPage } from './types'
1313
1414const langEndonyms : Map < string , string > = new Map ( [
15- [ 'en' , 'English' ] ,
15+ [ 'ar' , 'العربية' ] ,
16+ [ 'bg' , 'Български' ] ,
1617 [ 'de' , 'Deutsch' ] ,
18+ [ 'en' , 'English' ] ,
19+ [ 'es' , 'Español' ] ,
20+ [ 'fa' , 'فارسی' ] ,
21+ [ 'fr' , 'Français' ] ,
22+ [ 'he' , 'עברית' ] ,
23+ [ 'hi' , 'हिन्दी' ] ,
1724 [ 'it' , 'Italiano' ] ,
18- [ 'nb' , 'Norsk Bokmål' ]
25+ [ 'ja' , '日本語' ] ,
26+ [ 'nb' , 'Norsk Bokmål' ] ,
27+ [ 'nl' , 'Nederlands' ] ,
28+ [ 'pt' , 'Português' ] ,
29+ [ 'ru' , 'Русский' ] ,
30+ [ 'sl' , 'Slovenščina' ] ,
31+ [ 'sw' , 'Kiswahili' ] ,
32+ [ 'tr' , 'Türkçe' ] ,
33+ [ 'zh_Hans' , '简体中文' ] ,
34+ [ 'zh_Hant' , '繁體中文' ]
1935] )
2036
2137/**
You can’t perform that action at this time.
0 commit comments