mirror of
https://github.com/revoltchat/revite.git
synced 2024-11-10 01:03:36 -05:00
Added constructed languages category
This commit is contained in:
parent
5c9b3a1c86
commit
6d8a8e14dd
1 changed files with 3 additions and 0 deletions
|
@ -60,6 +60,9 @@ export function Component(props: Props) {
|
||||||
<Entry key={x} entry={[x, lang]} {...props} />
|
<Entry key={x} entry={[x, lang]} {...props} />
|
||||||
))}
|
))}
|
||||||
</div>
|
</div>
|
||||||
|
<h3>
|
||||||
|
<Text id="app.settings.pages.language.const" />
|
||||||
|
</h3>
|
||||||
<h3>
|
<h3>
|
||||||
<Text id="app.settings.pages.language.other" />
|
<Text id="app.settings.pages.language.other" />
|
||||||
</h3>
|
</h3>
|
||||||
|
|
Loading…
Reference in a new issue