mirror of
https://github.com/LemmyNet/lemmy-ui.git
synced 2024-11-22 06:36:17 +00:00
Revert "Splitting out chinese region translations."
This reverts commit 33d54d31a0
.
This commit is contained in:
parent
33d54d31a0
commit
d7c13794d5
|
@ -1 +1 @@
|
||||||
Subproject commit d1f0e61b0269d5c30c61eccab05353070e1d3fd9
|
Subproject commit fcb7155d1214e387744c22f844c20b29077b0ff3
|
|
@ -9,9 +9,7 @@ import { de } from './translations/de';
|
||||||
import { fr } from './translations/fr';
|
import { fr } from './translations/fr';
|
||||||
import { sv } from './translations/sv';
|
import { sv } from './translations/sv';
|
||||||
import { ru } from './translations/ru';
|
import { ru } from './translations/ru';
|
||||||
import { zh_CN } from './translations/zh_CN';
|
import { zh } from './translations/zh';
|
||||||
import { zh_TW } from './translations/zh_TW';
|
|
||||||
import { zh_HK } from './translations/zh_HK';
|
|
||||||
import { nl } from './translations/nl';
|
import { nl } from './translations/nl';
|
||||||
import { it } from './translations/it';
|
import { it } from './translations/it';
|
||||||
import { fi } from './translations/fi';
|
import { fi } from './translations/fi';
|
||||||
|
@ -41,9 +39,7 @@ const resources = {
|
||||||
ka,
|
ka,
|
||||||
hi,
|
hi,
|
||||||
de,
|
de,
|
||||||
zh_CN,
|
zh,
|
||||||
zh_TW,
|
|
||||||
zh_HK,
|
|
||||||
fr,
|
fr,
|
||||||
sv,
|
sv,
|
||||||
ru,
|
ru,
|
||||||
|
|
|
@ -104,9 +104,7 @@ export const languages = [
|
||||||
{ code: 'ja', name: '日本語' },
|
{ code: 'ja', name: '日本語' },
|
||||||
{ code: 'pl', name: 'Polski' },
|
{ code: 'pl', name: 'Polski' },
|
||||||
{ code: 'pt_BR', name: 'Português Brasileiro' },
|
{ code: 'pt_BR', name: 'Português Brasileiro' },
|
||||||
{ code: 'zh_CN', name: '中文' },
|
{ code: 'zh', name: '中文' },
|
||||||
{ code: 'zh_TW', name: '臺灣華語' },
|
|
||||||
{ code: 'zh_HK', name: '廣東話' },
|
|
||||||
{ code: 'fi', name: 'Suomi' },
|
{ code: 'fi', name: 'Suomi' },
|
||||||
{ code: 'fr', name: 'Français' },
|
{ code: 'fr', name: 'Français' },
|
||||||
{ code: 'sv', name: 'Svenska' },
|
{ code: 'sv', name: 'Svenska' },
|
||||||
|
|
Loading…
Reference in a new issue