File tree Expand file tree Collapse file tree
pages/app/components/HelpUs Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9393 },
9494 "hi" : {
9595 "name" : " हिन्दी"
96+ },
97+ "nb" : {
98+ "name" : " norsk bokmål"
99+ },
100+ "hu" : {
101+ "name" : " magyar"
96102 }
97103}
Original file line number Diff line number Diff line change @@ -43,6 +43,8 @@ const localeCrowdMap: { [locale in SupportedLocale]: string } = {
4343 mn : "mn" ,
4444 ar : "ar" ,
4545 hi : "hi" ,
46+ hu : "hu" ,
47+ nb : "nb" ,
4648}
4749
4850const crowdLocaleMap : { [ locale : string ] : SupportedLocale } = { }
@@ -106,7 +108,7 @@ const _default = defineComponent(() => {
106108 status = { computeType ( progress ) }
107109 style = { { fontSize : '16px' } satisfies StyleValue }
108110 >
109- < Flex width = { 70 } gap = { 10 } fontSize = { 12 } column align = "end" color = "var(--el-text-color-regular)" >
111+ < Flex width = { 70 } gap = { 10 } fontSize = { 12 } column align = "end" style = { { textAlign : 'end' } } color = "var(--el-text-color-regular)" >
110112 < span > { `${ progress } %` } </ span >
111113 < span > { localeMessages [ locale as tt4b . Locale ] ?. name ?? locale } </ span >
112114 </ Flex >
Original file line number Diff line number Diff line change @@ -52,6 +52,8 @@ declare namespace tt4b {
5252 | 'sk'
5353 | 'mn'
5454 | 'hi'
55+ | 'hu'
56+ | 'nb'
5557
5658 type ExtensionMeta = {
5759 installTime ?: number
You can’t perform that action at this time.
0 commit comments