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

fix(transifex): Adjust check for translation of apps #50753

Merged

Conversation

nickvergessen
Copy link
Member

Checklist

Signed-off-by: Joas Schilling <coding@schilljs.com>
Copy link
Contributor

Choose a reason for hiding this comment

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

Unrelated, but should we also check the lib translations?
Currently it is:

$directories = [
	__DIR__ . '/../core/l10n',
];

Should it not be:

$directories = [
	__DIR__ . '/../core/l10n',
	__DIR__ . '/../lib/l10n',
];

@nickvergessen nickvergessen merged commit 9f91668 into master Feb 11, 2025
189 checks passed
@nickvergessen nickvergessen deleted the bugfix/noid/ensure-translation-of-shipped-apps branch February 11, 2025 09:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Profile app in server seems to not sync to transifex
3 participants