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

Remove repo_data files from translations #343

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Staudey
Copy link
Member

@Staudey Staudey commented Sep 25, 2024

This removes all the repo_data files that have been moved to the packages directory from translations.

Fixes the following build issue:

intltool-update -p -g solus-sc
can't open ./../repo_data/components.xml.in: No such file or directory at /usr/bin/intltool-extract line 212.
can't open ./../repo_data/distribution.xml.in: No such file or directory at /usr/bin/intltool-extract line 212.
can't open ./../repo_data/groups.xml.in: No such file or directory at /usr/bin/intltool-extract line 212.
xgettext: error while opening "../repo_data/components.xml.in.h" for reading: No such file or directory
ERROR: xgettext failed to generate PO template file. Please consult
       error message above if there is any.
error: command 'intltool-update' failed with exit status 1

Note: I used msgattrib with the --no-wrap setting which seemed most consistent with the existing format. But there were mixed occurrences of wrapped/non-wrapped lines either way. Now it's consistently no-wrap.

@Staudey
Copy link
Member Author

Staudey commented Sep 25, 2024

Actually let me fully clean up the translations and remove all the now unnecessary strings

@Staudey Staudey force-pushed the remove_repo_data_pot branch from 59f09cb to 1d46988 Compare September 25, 2024 23:21
@Staudey Staudey changed the title Remove repo_data files from POTFILES.in Remove repo_data files from translations Sep 25, 2024
@Staudey
Copy link
Member Author

Staudey commented Sep 25, 2024

Done

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