Skip to content

Commit

Permalink
Merge branch 'image-size-testing' into image-size
Browse files Browse the repository at this point in the history
  • Loading branch information
Doublonmousse authored Apr 25, 2024
2 parents 0c1b4d7 + 3143fa3 commit d0efb2d
Show file tree
Hide file tree
Showing 39 changed files with 1,409 additions and 1,016 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ If applicable, add screenshots to help explain your problem.

**Desktop (please complete the following information):**
- OS: [e.g. Fedora 39, Windows 11 23H2, ...]
- App Version: [e.g. Rnote v0.10.1]
- App Version: [e.g. Rnote v0.10.2]
- Installation Source: [e.g. Flatpak, Archlinux Community Repo, ...]
- Desktop Environment: [e.g. Gnome 45.2]
- Display Server: [e.g. Wayland or X11]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
workflow_dispatch:
workflow_call:

name: Update Translation
name: Update Translations

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand All @@ -35,18 +35,9 @@ jobs:
git config --local user.email "github-actions[bot]@users.noreply.github.com"
git config --local user.name "github-actions[bot]"
- name: Generate zh_Hant from zh_Hans
- name: Update translations
run: |
cat ./crates/rnote-ui/po/LINGUAS \
| sed -e 's|zh_Hans|zh_Hans\nzh_CN\nzh_SG|' \
-e 's|zh_Hant|zh_Hant\nzh_HK\nzh_TW|' \
| sort -uo ./crates/rnote-ui/po/LINGUAS
cat ./crates/rnote-ui/po/zh_Hans.po \
| sed -e 's|Language: zh_Hans|Language: zh_Hant|' \
-e 's|Last-Translator:|Last-Translator: openCC converted|' \
| opencc -c /usr/share/opencc/s2twp.json \
-o ./crates/rnote-ui/po/zh_Hant.po
bash ./build-aux/update-translations.sh
- name: Commit changes
id: commit-changes
Expand Down
4 changes: 2 additions & 2 deletions BUILDING.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.f
The flatpak Gnome Runtime, SDK and some extensions are needed:

```bash
flatpak install org.gnome.Platform//45 org.gnome.Sdk//45 org.freedesktop.Sdk.Extension.rust-stable//23.08 \
org.freedesktop.Sdk.Extension.llvm16//23.08
flatpak install org.gnome.Platform//46 org.gnome.Sdk//46 org.freedesktop.Sdk.Extension.rust-stable//23.08 \
org.freedesktop.Sdk.Extension.llvm17//23.08
```

Use Gnome Builder or VSCode with the
Expand Down
Loading

0 comments on commit d0efb2d

Please sign in to comment.