-
Notifications
You must be signed in to change notification settings - Fork 15
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
Pull/push translations to from/to Weblate (Port to RHEL8) #32
base: rhel8-branch
Are you sure you want to change the base?
Pull/push translations to from/to Weblate (Port to RHEL8) #32
Conversation
This is now placed in the translation repository. (cherry picked from commit 0a257c2) Related: rhbz#1836950
(cherry picked from commit 5411095) Related: rhbz#1836950
Zanata is not used anymore. (cherry picked from commit d48b2e0) Resolves: rhbz#1836950
It was replaced by Weblate translation platform. (cherry picked from commit ac1ae4e) Related: rhbz#1836950
(cherry picked from commit 0c486b9) Related: rhbz#1836950
This should be removed after pot file creation will be automated. (cherry picked from commit 9d3f42e) Related: rhbz#1836950
Pot file is from now on stored only in the translation repository. (cherry picked from commit 5e615b2) Related: rhbz#1836950
(cherry picked from commit 7cc7fe4) Related: rhbz#1836950
Pot file was moved to a separate repository, however, this command wasn't changed appropriately. Fix this now. (cherry picked from commit fd72a88) Related: rhbz#1836950
79c3608
to
5511311
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me. Thank you!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please fix the directory first.
GIT_L10N_BRANCH ?= master | ||
|
||
# Directory in localization repository specific for this branch. | ||
L10N_DIR ?= master |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This have to change, otherwise you will get Rawhide translations.
This contains both the original PR #29 by @jkonecny12 that adds Weblate support as well as PR #31 containing a fix.