diff options
| author | Larvan2 <[email protected]> | 2026-03-13 13:13:40 +0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-03-13 13:13:40 +0800 |
| commit | 658fb7b769f5736e95302045660504ae8aace509 (patch) | |
| tree | 35cd4005f2049e86050c556ada252e1f061d5123 /src/components | |
| parent | 2940640733f4becdd2f41c768957547b7260124b (diff) | |
| parent | cfbca00b11e3a55b3186888a899431c59105ea3e (diff) | |
Merge pull request #112 from cany748/master
feat: add ru translate
Diffstat (limited to 'src/components')
| -rw-r--r-- | src/components/Config.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/Config.tsx b/src/components/Config.tsx index 248f29c..2854b57 100644 --- a/src/components/Config.tsx +++ b/src/components/Config.tsx @@ -65,6 +65,7 @@ const langOptions = [ ['zh-tw', '繁體中文'], ['en', 'English'], ['vi', 'Vietnamese'], + ['ru', 'Русский'], ]; const modeOptions = [ |
