mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-24 12:15:28 +08:00
translations: Remove tmpdir from location
This avoids changing the location every time you run fish_xgettext.
This commit is contained in:
parent
074b96640d
commit
d3a66b2d96
|
@ -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/pt_BR.po
57326
po/pt_BR.po
File diff suppressed because it is too large
Load Diff
57323
po/zh_CN.po
57323
po/zh_CN.po
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user