Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
jahirfiquitiva committed Jul 29, 2023
2 parents 7b7343f + 9885f1a commit 81f83e3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:

- name: Upload APK to release
id: upload_apk
uses: svenstaro/upload-release-action@v3
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: "./app/build/outputs/apk/release/${{ env.apk_file }}"
Expand Down
4 changes: 2 additions & 2 deletions library/src/main/res/values-zh-rCN/translatable_strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
<string name="required_for_lockscreens">使用锁屏</string>
<string name="required_assets">使用模板</string>
<string name="install">安装</string>
<string name="app_not_installed">没有找到正确的应用。</string>
<string name="app_not_installed">未找到合适的应用</string>
<string name="template">模板</string>
<string name="templates">模板</string>
<string name="x_templates">%1$s 模板</string>
<string name="apps_installed">应用已安装</string>
<string name="apps_installed">应用已安装</string>
<string name="permission_request_assets">%1$s 使用了存储权限来导入资源。</string>
<string name="permission_request_wallpaper">%1$s 使用了存储权限在组件背景中来展示设备壁纸。</string>
<string name="open_komponents">若要添加一个 Komponent组件,请在 Kustom 编辑器中点按“+”。</string>
Expand Down

0 comments on commit 81f83e3

Please sign in to comment.