translations: Remove tmpdir from location

This avoids changing the location every time you run fish_xgettext.
This commit is contained in:
Fabian Boehm 2024-03-10 16:40:34 +01:00
parent 074b96640d
commit d3a66b2d96
8 changed files with 186770 additions and 214509 deletions

View File

@ -62,4 +62,7 @@ end
xgettext -j -k -kN_ -LShell --from-code=UTF-8 -cDescription --no-wrap -o messages.pot $tmpdir/{ex,im}plicit/share/*/*.fish
# Remove the tmpdir from the location to avoid churn
sed -i 's_^#: /.*/share/_#: share/_' messages.pot
rm -r $tmpdir

57326
po/de.po

File diff suppressed because it is too large Load Diff

57326
po/en.po

File diff suppressed because it is too large Load Diff

57326
po/fr.po

File diff suppressed because it is too large Load Diff

57326
po/pl.po

File diff suppressed because it is too large Load Diff

57326
po/pt_BR.po

File diff suppressed because it is too large Load Diff

57323
po/sv.po

File diff suppressed because it is too large Load Diff

57323
po/zh_CN.po

File diff suppressed because it is too large Load Diff