Skip to content

Commit a6ce02a

Browse files
feat(ui): add Finnish translation from Tarkkaillaan
1 parent 320ee5a commit a6ce02a

5 files changed

Lines changed: 508 additions & 1 deletion

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ Special thanks to the translators:
4040

4141
- HYA for Traditional Chinese
4242
- karokaro for Japanese
43+
- Tarkkaillaan for Finnish
4344

4445
The app icon is [Orbital](https://game-icons.net/1x1/lorc/orbital.html) by Lorc, licensed under [CC BY 3.0](http://creativecommons.org/licenses/by/3.0/).
4546

scripts/update-intl.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { hfs } from '@humanfs/node';
22
import * as prettier from 'prettier';
33

4-
const langs = ['ja-JP', 'zh-TW'];
4+
const langs = ['fi-FI', 'ja-JP', 'zh-TW'];
55
let text = await hfs.text('./src/renderer/src/intl/en-US.ts');
66
let messages = {};
77
eval(text.replace('export default', 'messages ='));

0 commit comments

Comments
 (0)