mirror of
https://github.com/alexkay/spek.git
synced 2025-04-15 16:20:33 +03:00
i18n: Enable Esperanto translation
This commit is contained in:
parent
ee56351b6a
commit
c82aa461f4
2
dist/osx/bundle.sh
vendored
2
dist/osx/bundle.sh
vendored
@ -14,7 +14,7 @@ ige-mac-bundler spek.bundle
|
||||
|
||||
cd Spek.app/Contents/Resources
|
||||
mkdir share/locale_
|
||||
mv share/locale/{cs,de,es,fr,it,ja,nl,pl,pt_BR,ru,sv,uk,zh_CN,zh_TW} share/locale_/
|
||||
mv share/locale/{cs,de,eo,es,fr,it,ja,nl,pl,pt_BR,ru,sv,uk,zh_CN,zh_TW} share/locale_/
|
||||
rm -fr share/locale
|
||||
mv share/locale_ share/locale
|
||||
cd ../../..
|
||||
|
2
dist/win/bundle.sh
vendored
2
dist/win/bundle.sh
vendored
@ -61,7 +61,7 @@ cp /usr/bin/avutil-51.dll bin/
|
||||
# Clean up
|
||||
mv bin/spek.exe ../
|
||||
mkdir share/locale_
|
||||
mv share/locale/{cs,de,es,fr,it,ja,nl,pl,pt_BR,ru,sv,uk,zh_CN,zh_TW} share/locale_/
|
||||
mv share/locale/{cs,de,eo,es,fr,it,ja,nl,pl,pt_BR,ru,sv,uk,zh_CN,zh_TW} share/locale_/
|
||||
rm -fr share/locale
|
||||
mv share/locale_ share/locale
|
||||
rm -fr doc
|
||||
|
@ -27,6 +27,7 @@ namespace Spek {
|
||||
{"cs", "Čeština"},
|
||||
{"de", "Deutsch"},
|
||||
{"en", "English"},
|
||||
{"eo", "Esperanto"},
|
||||
{"es", "Español"},
|
||||
{"fr", "Français"},
|
||||
{"it", "Italiano"},
|
||||
|
Loading…
x
Reference in New Issue
Block a user