Skip to content

Commit

Permalink
• Fix Workflow, Update Translation
Browse files Browse the repository at this point in the history
  • Loading branch information
AkosPaha01 committed Oct 2, 2024
1 parent acab06a commit 2cef987
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/buildCi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

- uses: nttld/setup-ndk@v1
with:
ndk-version: r27
ndk-version: r26

- name: Get Commit Message
id: commitMessage
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/buildRelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

- uses: nttld/setup-ndk@v1
with:
ndk-version: r27
ndk-version: r26

- name: Get Commit Message
id: commitMessage
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deployToGoogle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

- uses: nttld/setup-ndk@v1
with:
ndk-version: r27
ndk-version: r26

- name: Setup JDK
uses: actions/setup-java@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pullRequest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

- uses: nttld/setup-ndk@v1
with:
ndk-version: r27
ndk-version: r26

- name: Setup JDK
uses: actions/setup-java@v4
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values-hu/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@
<string name="use_blur_long">Elmosódás rendereffektek használata</string>
<string name="remove_repo">Eltávolítja a tárolót?</string>
<string name="remove_repo_long">Szeretné eltávolítani ezt a Tárolót?</string>
<string name="do_you_want_to_delete_repo">Szeretné törölni ezeket a tárolókat?</string>
<string name="do_you_want_to_delete_repo">Szeretné törölni ezeket a repókat?</string>
<string name="manage_repo">Tároló Kezelése</string>
<string name="address">Cím</string>
<string name="enabled">Engedélyezve</string>
Expand Down

0 comments on commit 2cef987

Please sign in to comment.