Skip to content

Commit 507a237

Browse files
authored
Merge branch 'develop' into add-astro-docs
2 parents 470cfc6 + 5759dd2 commit 507a237

6 files changed

Lines changed: 5595 additions & 0 deletions

File tree

src/livecodes/i18n/app-languages.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ export const appLanguages: { [key in Exclude<AppLanguage, 'auto'>]: string } = {
1212
ja: '日本語',
1313
pt: 'Português',
1414
ru: 'Ру́сский',
15+
tr: 'Türkçe',
1516
ur: 'اردو',
1617
'zh-CN': '中文(简体)',
1718
};

0 commit comments

Comments
 (0)