Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Translation-related improvements and German translation #146

Merged
merged 4 commits into from
Jan 20, 2019

Conversation

m3nu
Copy link
Contributor

@m3nu m3nu commented Jan 20, 2019

No description provided.

@m3nu m3nu force-pushed the i18n-cleanup branch 3 times, most recently from 41f40eb to 14076dd Compare January 20, 2019 07:08
.gitignore Outdated
@@ -6,6 +6,7 @@ docs/
*.autosave
bin/macosx64/Sparkle.framework
bin/macosx64/borg
Copy link
Collaborator

Choose a reason for hiding this comment

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

oops. i recently killed that subdir because the vorta.spec works more easily in bin/ (not bin/macosx64).
is it required by sparkle?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Not required. I just keep it there. This entry is redundant anyways due to the bin/* below.

@@ -13,7 +13,7 @@ def init_translations(app):
global application, translator, locale # if we don't keep a reference on these, it stops working. pyqt bug?
application = app
translator = QTranslator()
locale = QLocale()
locale = QLocale('de')
Copy link
Collaborator

Choose a reason for hiding this comment

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

used for debugging and forget to remove again?

Copy link
Collaborator

Choose a reason for hiding this comment

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

i used this to debug:

LANG=de_DE vorta --foreground

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yepp. Will use the env-var from now.

@m3nu
Copy link
Contributor Author

m3nu commented Jan 20, 2019

Left to do:

  • review EN strings
  • ..?

.gitignore Outdated
@@ -4,8 +4,7 @@ build/
dist/
docs/
*.autosave
bin/macosx64/Sparkle.framework
bin/macosx64/borg
bin/*
Copy link
Collaborator

Choose a reason for hiding this comment

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

assuming that the dist/ and docs/ work, no need for the *?

Copy link
Collaborator

Choose a reason for hiding this comment

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

is docs/ something you are still working on or why is it here?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

That's true. And they seem to work. 🎉

@ThomasWaldmann
Copy link
Collaborator

/me would push "review EN strings" to next PR.

@m3nu m3nu mentioned this pull request Jan 20, 2019
@m3nu m3nu merged commit 6e09046 into borgbase:master Jan 20, 2019
@m3nu m3nu deleted the i18n-cleanup branch January 20, 2021 05:25
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