Skip to content

Commit

Permalink
Merge pull request #169 from jsrain/SLE-15-GA
Browse files Browse the repository at this point in the history
handle setting locale in firstboot (bsc#1092979)
  • Loading branch information
jsrain committed May 14, 2018
2 parents 50d8f2a + e000435 commit 73d265d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
2 changes: 2 additions & 0 deletions language/src/modules/Language.rb
Original file line number Diff line number Diff line change
Expand Up @@ -918,6 +918,8 @@ def Selection
def Save
loc = GetLocaleString(@language)

@localed_conf = {} if @localed_conf.nil?

if Builtins.find(loc, "zh_HK") == 0
@localed_conf["LC_MESSAGES"] = "zh_TW"
elsif @localed_conf["LC_MESSAGES"] == "zh_TW"
Expand Down
6 changes: 6 additions & 0 deletions package/yast2-country.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon May 14 10:26:11 UTC 2018 - jsrain@suse.cz

- handle setting locale in firstboot (bsc#1092979)
- 4.0.21

-------------------------------------------------------------------
Fri Feb 9 16:41:49 UTC 2018 - ancor@suse.com

Expand Down
2 changes: 1 addition & 1 deletion package/yast2-country.spec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@


Name: yast2-country
Version: 4.0.20
Version: 4.0.21
Release: 0

BuildRoot: %{_tmppath}/%{name}-%{version}-build
Expand Down

0 comments on commit 73d265d

Please sign in to comment.