Skip to content

[translations/filecase.ts] Run lupdate ...#93

Merged
Olf0 merged 1 commit into
develfrom
run-lupdate
Jun 28, 2025
Merged

[translations/filecase.ts] Run lupdate ...#93
Olf0 merged 1 commit into
develfrom
run-lupdate

Conversation

@Olf0
Copy link
Copy Markdown
Collaborator

@Olf0 Olf0 commented Jun 28, 2025

... specifically `lupdate qml/ src/ *.desktop -ts translations/filecase.ts`

Signed-off-by: olf <Olf0@users.noreply.github.com>
@Olf0 Olf0 self-assigned this Jun 28, 2025
Copy link
Copy Markdown
Collaborator Author

@Olf0 Olf0 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@Olf0 Olf0 merged commit 594cff7 into devel Jun 28, 2025
3 checks passed
@Olf0 Olf0 deleted the run-lupdate branch June 28, 2025 02:06
Olf0 added a commit that referenced this pull request Jun 28, 2025
* Add `manual_template.yml` as a reminder to parametrise the "On-PR" workflow

* Add `filecase.png` re-exported by GIMP (#80)

- `.xdata/icons/filecase1.png` is `icons/filecase.png` re-exported by GIMP: It became a lot smaller (almost half the size), apparently only due to differences in the compression factor, because all these transformations should be lossless.

- `icons/filecase.png` is `icons/filecase_copia.png` stripped of its "Adobe (1998)" colour-profile.

* Post-release version increase (#79)

* [filecase.spec] Post-release version increase

* [filecase.changes] Add stub for v0.4.5

* [README.md] Update to current version from FlowPlayer (#81)

* Update README.md

* Translate translations/filecase.ts in et (#82)

100% translated source file: 'translations/filecase.ts'
on 'et'.

Co-authored-by: Priit Jõerüüt
(tlend) via transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>

* [README.md] Minor improvements / nitpicks

* Update README.md

* [translations/README.md] Add ", unfortunately"

* [README.md] Minimally enhance formatting

* [.github/workflows] Update runner and actions versions (#88)

* [build-on-pull_req.yml] Update runner and actions versions

* [build-on-tags.yml] Update runner and actions versions

* [translations/README.md] Fix "grammar'o"

* Updates for file translations/filecase.ts in it (#89)

* Translate translations/filecase.ts in it

100% translated source file: 'translations/filecase.ts' on 'it'.

* [translations/it.ts] Specifically refer to the *original* author

---------

Co-authored-by: luca 247 <legacychimera247@users.noreply.github.com>
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
Co-authored-by: olf <Olf0@users.noreply.github.com>

* [README.md] Slightly overhaul

* Add freshly created SVG app icon  ... (#90)

* Add freshly created SVG app icon  ...

... by marbalf <marbalf@noreply.codeberg.org> and PNG exports of it in various resolutions.

References:
- https://codeberg.org/marbalf/Sailfish-icons/issues/3
- https://codeberg.org/marbalf/Sailfish-icons/src/branch/main/other/general/filecase

* (Re-)add apparently missing soft link ...

... which broke generating an RPM file, see https://github.com/sailfishos-applications/filecase/actions/runs/15938724963/job/44963518470?pr=90

---------

Signed-off-by: marbalf <marbalf@noreply.codeberg.org>
Signed-off-by: olf <Olf0@users.noreply.github.com>
Co-authored-by: marbalf <marbalf@noreply.codeberg.org>
Co-authored-by: olf <Olf0@users.noreply.github.com>

* Add "marbalf (MBF)" as contributor (#91)

* [qml/pages/AboutPage.qml] Add "marbalf (MBF)" as contributor

* [rpm/filecase.spec] Add "marbalf" as contributor

* [qml/pages/DriveSettings.qml] Add missing `+` in line 18 (#92)

* [translations/filecase.ts] Run `lupdate` ... (#93)

... specifically `lupdate qml/ src/ *.desktop -ts translations/filecase.ts`, as denoted on https://github.com/sailfishos-applications/filecase/tree/devel/translations#updating-the-source-ts-file-with-source-strings-from-source-code

Signed-off-by: olf <Olf0@users.noreply.github.com>

* Translate translations/filecase.ts in it

100% translated source file: 'translations/filecase.ts'
on 'it'.

* Translate translations/filecase.ts in de

100% translated source file: 'translations/filecase.ts'
on 'de'.

* Translate translations/filecase.ts in et

100% translated source file: 'translations/filecase.ts'
on 'et'.

* Translate translations/filecase.ts in et

100% translated source file: 'translations/filecase.ts'
on 'et'.

* [.xdata/icons/] Optimise new app icon SVGs

Signed-off-by: olf <Olf0@users.noreply.github.com>

* [translations/README.md] Fix missed substitutions in #91

I.e. replace two occurences of `flowplayer-1` with `filecase`.

* Fix for code scanning alert no. 3: "Workflow does not contain permissions" (#100)

Fix for https://github.com/sailfishos-applications/filecase/security/code-scanning/3

To fix the issue, a permissions block is added at the root of the workflow file. This block defines the minimal permissions required for the workflow to function correctly. Based on the workflow's actions, it appears that it only needs to read repository contents and upload artefacts. Therefore, we will set contents: read and actions: write permissions.

The permissions block is added after the `name` field and before the `env` block to apply these permissions globally to all jobs in the workflow.

---------

Signed-off-by: olf <Olf0@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>

* Fix for code scanning alert no. 2: "Workflow does not contain permissions" 

Fix for https://github.com/sailfishos-applications/filecase/security/code-scanning/3

To fix the issue, a permissions block is added at the root of the workflow file. This block defines the minimal permissions required for the workflow to function correctly. Here `contents: read` and `actions: write` permissions are set.

The permissions block is added right after the `name` field to apply these permissions globally to all jobs in the workflow.

* Fix for code scanning alert no. 1: "Workflow does not contain permissions"

Fix for https://github.com/sailfishos-applications/filecase/security/code-scanning/1

To fix the issue, a permissions block is added at the root of the workflow file. This block defines the minimal permissions required for the workflow to function correctly. Based on the workflow's actions, it appears that it only needs to read repository contents and upload artefacts. Therefore, `contents: read` and `actions: write` permissions are set.

The permissions block is added right after the `name` field to apply these permissions globally to all jobs in the workflow.

* [rpm/filecase.changes] First entries for v0.4.5

---------

Signed-off-by: marbalf <marbalf@noreply.codeberg.org>
Signed-off-by: olf <Olf0@users.noreply.github.com>
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
Co-authored-by: luca 247 <legacychimera247@users.noreply.github.com>
Co-authored-by: marbalf <marbalf@noreply.codeberg.org>
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant