Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
FUSS
fuss-utility
Commits
5b3e9947
Commit
5b3e9947
authored
Nov 24, 2019
by
Paolo Dongilli
Browse files
corrected typo
parent
fcdf02f5
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/set-session-language
View file @
5b3e9947
...
...
@@ -35,7 +35,7 @@ class App(tk.Frame):
)
self
.
text
.
pack
(
side
=
"top"
)
cur_loc
=
locale
.
getlocale
()
if
cur_loc
[
0
]
is
None
or
cur_loc
[
0
]
is
None
:
if
cur_loc
[
0
]
is
None
or
cur_loc
[
1
]
is
None
:
self
.
chosen_locale
.
set
(
'it_IT.utf8'
)
else
:
self
.
chosen_locale
.
set
(
cur_loc
[
0
]
+
'.'
+
cur_loc
[
1
])
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment