Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
sakia
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
clients
python
sakia
Commits
f39fe2d1
Commit
f39fe2d1
authored
8 years ago
by
Vincent Texier
Browse files
Options
Downloads
Patches
Plain Diff
Add Czech language
parent
c4b7671f
No related branches found
No related tags found
1 merge request
!542
Add Czech language
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
res/i18n/ts/cs_CZ.ts
+3983
-0
3983 additions, 0 deletions
res/i18n/ts/cs_CZ.ts
src/sakia/gui/preferences.py
+1
-1
1 addition, 1 deletion
src/sakia/gui/preferences.py
with
3984 additions
and
1 deletion
res/i18n/ts/cs_CZ.ts
0 → 100644
+
3983
−
0
View file @
f39fe2d1
This diff is collapsed.
Click to expand it.
src/sakia/gui/preferences.py
+
1
−
1
View file @
f39fe2d1
...
@@ -31,7 +31,7 @@ class PreferencesDialog(QDialog, Ui_PreferencesDialog):
...
@@ -31,7 +31,7 @@ class PreferencesDialog(QDialog, Ui_PreferencesDialog):
for
ref
in
money
.
Referentials
:
for
ref
in
money
.
Referentials
:
self
.
combo_referential
.
addItem
(
QCoreApplication
.
translate
(
'
Account
'
,
ref
.
translated_name
()))
self
.
combo_referential
.
addItem
(
QCoreApplication
.
translate
(
'
Account
'
,
ref
.
translated_name
()))
self
.
combo_referential
.
setCurrentIndex
(
self
.
app
.
preferences
[
'
ref
'
])
self
.
combo_referential
.
setCurrentIndex
(
self
.
app
.
preferences
[
'
ref
'
])
for
lang
in
(
'
en_GB
'
,
'
fr_FR
'
,
'
de_DE
'
,
'
es_ES
'
,
'
it_IT
'
,
'
pl_PL
'
,
'
pt_BR
'
,
'
ru_RU
'
):
for
lang
in
(
'
en_GB
'
,
'
fr_FR
'
,
'
de_DE
'
,
'
es_ES
'
,
'
it_IT
'
,
'
pl_PL
'
,
'
pt_BR
'
,
'
ru_RU
'
,
'
cs_CZ
'
):
self
.
combo_language
.
addItem
(
lang
)
self
.
combo_language
.
addItem
(
lang
)
self
.
combo_language
.
setCurrentText
(
self
.
app
.
preferences
.
get
(
'
lang
'
,
'
en_US
'
))
self
.
combo_language
.
setCurrentText
(
self
.
app
.
preferences
.
get
(
'
lang
'
,
'
en_US
'
))
self
.
checkbox_expertmode
.
setChecked
(
self
.
app
.
preferences
.
get
(
'
expert_mode
'
,
False
))
self
.
checkbox_expertmode
.
setChecked
(
self
.
app
.
preferences
.
get
(
'
expert_mode
'
,
False
))
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment