Skip to content

Commit 45c1ebf

Browse files
committed
2 parents 034bf96 + c1d8d88 commit 45c1ebf

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
uses: actions/checkout@v3
1616

1717
- name: Setup pnpm
18-
uses: pnpm/action-setup@v2.2.2
18+
uses: pnpm/action-setup@v2.2.4
1919
with:
2020
version: latest
2121

@@ -56,4 +56,4 @@ jobs:
5656
with:
5757
repo_token: ${{ secrets.GITHUB_TOKEN }}
5858
prerelease: false
59-
files: ac_scoreboard.zip
59+
files: ac_scoreboard.zip

locales/et.lua

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
return {
2+
['ui_group'] = "Töökoht",
3+
['ui_count'] = "Tööl",
4+
['ui_name'] = "Nimi",
5+
['ui_id'] = "ID",
6+
['ui_player_count'] = "Mängijate arv",
7+
['ui_your_id'] = "Sinu ID",
8+
['ui_copied'] = "Kopeeritud!",
9+
10+
['command_open'] = "Avad listi!",
11+
['keymap_open'] = "Ava list",
12+
}

0 commit comments

Comments
 (0)