-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
missing locales and locale-gen? #2
Comments
I'm not yet sure what needs to be done to be able to get more locales though, yet. |
we also have the core bundle only have basic locales
and some other bundles adding the rest
we may need the "rest" to the samba bundles
…On Wed, Jan 10, 2018 at 10:42 AM, ahkok ***@***.***> wrote:
en_DE is pertinently incorrect though, there's no such thing as german
english.
I'm not yet sure what needs to be done to be able to get more locales
though, yet.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#2 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABPeFcrP8NnX9Lz0lqQYokE12I2m-Zs4ks5tJQSfgaJpZM4RPu3k>
.
|
Supposedly its fixed this way: The problem is that from windows en_DE is valid, aka english language and german date/time format. The fix uses |
@matthewrsj can you look into adding |
|
@matthewrsj is correct. The @Andy2244 There are many locales you can define, but of out the box, the only defined locale is |
After further tests,
For settings to take effect, log out and log back in. |
Is this something we need to include in a more logical bundle? like, |
Also, for reference, the available locale data from glibc are stored in However, you are always free to create locale data for
|
yeah that's really "strange" I never had this particular problem on any of the "big" linux distro, so something seems off regarding clear-linux. |
@ahkok |
Well it sits in glibc-locale currently (per the spec). It has a note mentioning spit on the section though. I'm pretty happy to add glibc-locale to sysadmin-basic. @phmccarty do you think opening an issue for localectl would make sense too? |
Oki as noticed "en_DE.UTF-8" does not exist in the default linux world, strangely enough most distro's with a GUI setup, let me setup English language and German formats/time, similar to what Windows does. So i just did I'm closing this, since it seems linux in general deems it "strange" that this combination exists, while windows does not. So its not the fault of clear-linux, however "locale-gen/localedef" should exist in the same basic admin/locales package, both handle advanced locales. |
As of the 22210 release, |
On 04/30/2018 03:12 PM, Matthew Johnson wrote:
@ahkok <https://github.com/ahkok> |localedef| is provided by
|glibc|which is why it is in those particular bundles. Do we want to add
|glibc| to |sysadmin-basic|? Seems like a weird fit. Maybe a new
locale-focused bundle?
It should probably be in `glibc-extras`.
localedef isn't a tool that *everyone* uses. But, it absolutely belongs
in a "administrate my basic system" bundle. So perhaps go with the
-extras and put that in sysadmin-basic.
Auke
|
I'm getting some errors/warnings regarding missing locales like:
smbd
dos charset 'CP850' unavailable - using ASCII
cockpit
invalid or unusable locale: en_DE.UTF-8
I guess this could be solved via locale-gen, but its missing from clearlinux?
The text was updated successfully, but these errors were encountered: