Skip to content

Commit

Permalink
New languages, version 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Dennis Schwerdel committed Jul 9, 2013
1 parent 6567d97 commit 1770c40
Show file tree
Hide file tree
Showing 13 changed files with 4,516 additions and 10 deletions.
7 changes: 4 additions & 3 deletions .tx/config
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
[main]
host = https://www.transifex.net
host = https://www.transifex.com

[Swine.swine-messages]
file_filter = lang/<lang>.ts
host = https://www.transifex.net
source_lang = en
host = https://www.transifex.com
source_file = lang/en.ts
source_lang = en
type = ts

7 changes: 4 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,12 @@ qrc_files_py = ${qrc_files:.qrc=_rc.py}
py_files = swine.py swinecli.py swinerun.py swinelib.py shortcutlib.py icolib.py config.py winetricks.py
deb_dir = package-files/deb
buildfiles = Makefile
resources = resources/* images/*
lang = en de he fr es
resources = resources/*
images = images/*
lang = en de he fr es fi pl tr vi
lang_ts = $(addprefix lang/,$(addsuffix .ts,$(lang)))
lang_qm = $(addprefix translations/,$(addsuffix .qm,$(lang)))
sources = $(py_files) $(ui_files) $(qrc_files) README.md LICENSE version.sh $(buildfiles) $(resources) $(lang_ts)
sources = $(py_files) $(ui_files) $(qrc_files) README.md LICENSE version.sh $(buildfiles) $(images) $(resources) $(lang_ts)
distfiles = $(py_files) $(ui_files_py) $(qrc_files_py) README LICENSE version.sh $(resources) $(lang_qm)

.SUFFIXES: _rc.py .qrc .py .ui
Expand Down
2 changes: 1 addition & 1 deletion config.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

os.environ['PATH'] += ":" + os.path.dirname(__file__)

VERSION="1.0.3" #no spaces here, line is interpreted by bash
VERSION="1.0.4" #no spaces here, line is interpreted by bash

HOME_PATH = os.getenv("HOME")
SWINE_PATH = os.path.join(HOME_PATH, ".swine")
Expand Down
2 changes: 1 addition & 1 deletion lang/es.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ Error: %s</translation>
<message>
<location filename="IconDialog.py" line="71"/>
<source>Select Icon</source>
<translation type="unfinished"></translation>
<translation>Seleccione un icono</translation>
</message>
</context>
<context>
Expand Down
Loading

0 comments on commit 1770c40

Please sign in to comment.