Skip to content

Conversation

@psukys
Copy link
Contributor

@psukys psukys commented Jan 26, 2026

Pull request checklist

  • Lint and unit tests pass locally with my changes
  • Extended the README / documentation, if necessary

Pull request type

Please check the type of change your PR introduces:

  • Bugfix
  • Feature
  • Code style update (formatting, renaming)
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • Documentation content changes
  • Other (please describe): Lithuanian translation

What is the current behavior?

Issue Number: N/A

What is the new behavior?

(Write your answer here.)

Other information

Went through Lithuanian translation, filled in missing translations and made some adjustments. I also want to build locally to skim through functionality and the translation it receives.

@kamilprusko
Copy link
Collaborator

Hi @psukys , I've updated the instructions on building it:

flatpak-builder --force-clean --repo=repo build-release io.github.focustimerhq.FocusTimer.Devel.json
flatpak build-bundle repo io.github.focustimerhq.FocusTimer.Devel.flatpak io.github.focustimerhq.FocusTimer.Devel --runtime-repo=https://flathub.org/repo/flathub.flatpakrepo
flatpak install --user io.github.focustimerhq.FocusTimer.Devel.flatpak

# run the app, adjust accordingly
flatpak run --env=LANGUAGE=de --env=LANG=de_DE.UTF-8 io.github.focustimerhq.FocusTimer.Devel

# cleanup
flatpak uninstall io.github.focustimerhq.FocusTimer.Devel

Uncomment the # lt line in LINGUAS file

So far it looks good. Thanks! ❤️ I'll leave PR open

@psukys
Copy link
Contributor Author

psukys commented Jan 27, 2026

Not sure why, but the locale is not setting in during run (nor DE, nor LT). Will delve deeper in the weekend

@kamilprusko
Copy link
Collaborator

Could be Flatpak related... For me, adding "separate-locales": false, in the flatpak manifest helped. It's already added in io.github.focustimerhq.FocusTimer.Devel.json.

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.

2 participants