mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-20 19:45:20 +00:00
Adding Swedish and Polish translation files
This commit is contained in:
parent
d91927ee97
commit
2c92a98555
3 changed files with 29718 additions and 0 deletions
16295
rpcs3/rpcs3qt/translations/rpcs3_pl.ts
Normal file
16295
rpcs3/rpcs3qt/translations/rpcs3_pl.ts
Normal file
File diff suppressed because it is too large
Load diff
13413
rpcs3/rpcs3qt/translations/rpcs3_sv.ts
Normal file
13413
rpcs3/rpcs3qt/translations/rpcs3_sv.ts
Normal file
File diff suppressed because it is too large
Load diff
10
rpcs3/rpcs3qt/translations/update_en.sh
Normal file
10
rpcs3/rpcs3qt/translations/update_en.sh
Normal file
|
@ -0,0 +1,10 @@
|
|||
#!/bin/bash
|
||||
|
||||
SCRIPTDIR=$(dirname "${BASH_SOURCE[0]}")
|
||||
|
||||
OPTS="-tr-function-alias QT_TRANSLATE_NOOP+=TRANSLATE,QT_TRANSLATE_NOOP+=TRANSLATE_SV,QT_TRANSLATE_NOOP+=TRANSLATE_STR,QT_TRANSLATE_NOOP+=TRANSLATE_FS,QT_TRANSLATE_N_NOOP3+=TRANSLATE_FMT,QT_TRANSLATE_NOOP+=TRANSLATE_NOOP,translate+=TRANSLATE_PLURAL_STR,translate+=TRANSLATE_PLURAL_FS -pluralonly -no-obsolete"
|
||||
SRCDIRS=$(realpath "$SCRIPTDIR/..")/\ $(realpath "$SCRIPTDIR/../../../rpcs3")/
|
||||
OUTDIR=$(realpath "$SCRIPTDIR")
|
||||
|
||||
lupdate $SRCDIRS $OPTS -no-obsolete -source-language en_US -ts "$OUTDIR/rpcs3-qt_en-US.ts"
|
||||
|
Loading…
Add table
Reference in a new issue