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

[stable4] fix(l10n): Update translations from main branch #1217

Merged
merged 1 commit into from
Jan 29, 2024

Conversation

susnux
Copy link
Contributor

@susnux susnux commented Jan 27, 2024

cp -R l10n master-l10n
git checkout stable4
pushd l10n
for f in *; do msgmerge -N $f messages.pot | sed '/^#~/d' | sed '/^$/N;/^\n$/D' > a; mv a $f; done
for f in *; do msgmerge -N ../master-l10n/$f $f | sed '/^#~/d' | sed '/^$/N;/^\n$/D' > a; mv a $f; done
popd
rm -r master-l10n

@ostasevych does the translations look right for you?

```sh
cp -R l10n master-l10n
git checkout stable4
pushd l10n
for f in *; do msgmerge -N $f messages.pot | sed '/^#~/d' | sed '/^$/N;/^\n$/D' > a; mv a $f; done
for f in *; do msgmerge -N ../master-l10n/$f $f | sed '/^#~/d' | sed '/^$/N;/^\n$/D' > a; mv a $f; done
popd
rm -r master-l10n
```

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
@susnux susnux added bug Something isn't working 3. to review labels Jan 27, 2024
@susnux susnux added this to the 4.3.0 milestone Jan 27, 2024
@susnux susnux requested review from skjnldsv and Pytal January 27, 2024 13:50
@susnux susnux linked an issue Jan 27, 2024 that may be closed by this pull request
@ostasevych
Copy link

ostasevych commented Jan 27, 2024

cp -R l10n master-l10n
git checkout stable4
pushd l10n
for f in *; do msgmerge -N $f messages.pot | sed '/^#~/d' | sed '/^$/N;/^\n$/D' > a; mv a $f; done
for f in *; do msgmerge -N ../master-l10n/$f $f | sed '/^#~/d' | sed '/^$/N;/^\n$/D' > a; mv a $f; done
popd
rm -r master-l10n

@ostasevych does the translations look right for you?

Hi! It seems they are fine. I've added some more comments to the issue.
How can I patch my instance manually?

@susnux susnux merged commit ed90904 into stable4 Jan 29, 2024
6 checks passed
@susnux susnux deleted the fix/update-stable-l10n branch January 29, 2024 19:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3. to review bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

The files app copy-paste window is not localised in full
4 participants