Skip to content

Commit fd9a73e

Browse files
committed
added ru locale to files
1 parent 6455a28 commit fd9a73e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CLAUDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ inav-configurator/
3939
│ └── transpiler/ # Logic conditions compiler
4040
├── src/css/ # Stylesheets
4141
│ └── tabs/ # Per-tab styles
42-
├── locale/ # i18n translations (en, ja, uk, zh_CN)
42+
├── locale/ # i18n translations (en, ja, ru, uk, zh_CN)
4343
├── resources/ # 3D models, OSD fonts, SITL binaries
4444
├── index.html # Single-page app entry
4545
├── forge.config.js # Electron Forge build config

js/localization.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import i18next from 'i18next';
66
import store from './store'
77

88

9-
const availableLanguages = ['en', 'ja', 'uk', 'zh_CN'];
9+
const availableLanguages = ['en', 'ja', 'ru', 'uk', 'zh_CN'];
1010

1111
const i18n = {};
1212

0 commit comments

Comments
 (0)