mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-25 10:22:55 +08:00
- document folder - full-text search - blob storage - basic edgeless support Co-authored-by: tzhangchi <terry.zhangchi@outlook.com> Co-authored-by: QiShaoXuan <qishaoxuan777@gmail.com> Co-authored-by: DiamondThree <diamond.shx@gmail.com> Co-authored-by: MingLiang Wang <mingliangwang0o0@gmail.com> Co-authored-by: JimmFly <yangjinfei001@gmail.com> Co-authored-by: Yifeng Wang <doodlewind@toeverything.info> Co-authored-by: Himself65 <himself65@outlook.com> Co-authored-by: lawvs <18554747+lawvs@users.noreply.github.com> Co-authored-by: Qi <474021214@qq.com>
73 lines
1.5 KiB
TypeScript
73 lines
1.5 KiB
TypeScript
// THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
|
|
// Run `pnpm run download-resources` to regenerate.
|
|
// To overwrite this, please overwrite download.ts
|
|
import en from './en.json';
|
|
import zh_Hans from './zh-Hans.json';
|
|
import zh_Hant from './zh-Hant.json';
|
|
import sr from './sr.json';
|
|
import fr from './fr.json';
|
|
import bn from './bn.json';
|
|
|
|
export const LOCALES = [
|
|
{
|
|
id: 1000016008,
|
|
name: 'English',
|
|
tag: 'en',
|
|
originalName: 'English',
|
|
flagEmoji: '🇬🇧',
|
|
base: true,
|
|
completeRate: 1,
|
|
res: en,
|
|
},
|
|
{
|
|
id: 1000016009,
|
|
name: 'Simplified Chinese',
|
|
tag: 'zh-Hans',
|
|
originalName: '简体中文',
|
|
flagEmoji: '🇨🇳',
|
|
base: false,
|
|
completeRate: 1,
|
|
res: zh_Hans,
|
|
},
|
|
{
|
|
id: 1000016012,
|
|
name: 'Traditional Chinese',
|
|
tag: 'zh-Hant',
|
|
originalName: '繁體中文',
|
|
flagEmoji: '🇭🇰',
|
|
base: false,
|
|
completeRate: 1,
|
|
res: zh_Hant,
|
|
},
|
|
{
|
|
id: 1000034005,
|
|
name: 'Serbian',
|
|
tag: 'sr',
|
|
originalName: 'српски',
|
|
flagEmoji: '🇷🇸',
|
|
base: false,
|
|
completeRate: 0.9166666666666666,
|
|
res: sr,
|
|
},
|
|
{
|
|
id: 1000034008,
|
|
name: 'French',
|
|
tag: 'fr',
|
|
originalName: 'français',
|
|
flagEmoji: '🇫🇷',
|
|
base: false,
|
|
completeRate: 1,
|
|
res: fr,
|
|
},
|
|
{
|
|
id: 1000034010,
|
|
name: 'Bangla',
|
|
tag: 'bn',
|
|
originalName: 'বাংলা',
|
|
flagEmoji: '🇧🇩',
|
|
base: false,
|
|
completeRate: 0.7083333333333334,
|
|
res: bn,
|
|
},
|
|
] as const;
|