locale Questions
3
I have been running into an issue setting up locales for my Django app. When I run the django-admin's makemessages command no resulting .po files show up in my {project_root}/locales folder.
Here a...
6
Solved
After an upgrade from Ubuntu Server 14.04 to 16.04 I had to also upgrade my Postgres clusters from 9.3 to 9.5. The normal way to do that is to first drop the (empty) 9.5 cluster that the upgrade cr...
Sorcery asked 19/11, 2016 at 11:46
8
Solved
Look at the problem: Normally, in the interactive Haskell environment, non-Latin Unicode characters (that make a part of the results) are printed escaped, even if the locale allows such characters ...
Schreibe asked 4/4, 2011 at 7:5
2
Solved
I am trying to test the actual output from a date string conversion with angular 8, and Karma.
In my app.module I use the syntax:
registerLocaleData(localeNl, 'nl');
In my template I use
{{date...
Longford asked 25/3, 2020 at 15:24
8
Solved
I'm using wine emulator on linux (SliTaz 4.0) and i want to change the wine locale so that the dialogs and messages are displayed in Japanese.
I found this tool http://code.google.com/p/winelocale...
2
Solved
I am trying to format a NumberValue as a String in the current locale format.
For example, for Locale.Germany these would be the results I am trying to get:
1 -> 1,00
1.1 -> 1,10
0.1 -> ...
Ratcliff asked 30/1, 2019 at 11:28
10
Solved
Just recently context.getResources().updateConfiguration() has been deprecated in Android API 25 and it is advised to use context.createConfigurationContext() instead.
Does anyone know how createC...
Naashom asked 24/10, 2016 at 15:7
5
Solved
is there a way to tweak std::stod() in order to increase the number of decimal digits in the (string to double) conversion and to force it to use the US locale?
I have a Qt application that can be...
Wedge asked 7/9, 2012 at 11:12
9
This question has been asked long time ago on serverfault but no working awnser. I'm hoping somebody has encountered it and found a solution since then.
Example:
<%
Response.Write True
Respons...
Rarotonga asked 2/4, 2013 at 9:1
1
Solved
This is a topic visited by How can I draw vertical text with CSS cross-browser? 14 years ago, and there doesn't seem to be any clear solutions.
Ideally, I want both the CJK and the latin characters...
Cutcheon asked 24/10, 2023 at 15:57
1
I am seeing this error: "Cannot set LC_ALL to default locale: No such file or directory"
It seems to be solved by running:
export LC_ALL="C.UTF-8"
sudo dpkg-reconfigure locales
Streptokinase asked 29/3, 2016 at 7:18
4
I have an app that is available in two languages - English and Hebrew.
I added Hebrew strings using the Translation Editor and I am changing the Locale according to the user selection.
When chang...
Lindahl asked 9/5, 2016 at 16:17
8
Solved
I'm using react-navigation, and I can't change the locale of the default 'back' button.
In my Stack Navigator, if I write down a title for the main page, and if it's not too long, it will display ...
Juno asked 21/10, 2017 at 15:40
8
Solved
I've got a problem with sorting lists using unicode collation in Python 2.5.1 and 2.6.5 on OSX, as well as on Linux.
import locale
locale.setlocale(locale.LC_ALL, 'pl_PL.UTF-8')
print [i for i i...
7
Solved
how to add new languages into Django? My language "Uyghur" or "Uighur" is not supported in Django.
Can I add new language locale file in my project and use it?
for example: zh_UG
this language is...
6
Solved
I'm trying to optimize my PostgreSQL 8.3 DB tables to the best of my ability, and I'm unsure if I need to use varchar_pattern_ops for certain columns where I'm performing a LIKE against the first N...
Turney asked 3/11, 2009 at 7:17
2
Solved
I already saw a lot of question teaching how easy is to do it with comma as thousands separator:
>>> format(1123000,',d')
'1,123,000'
But if I try to use a dot, it goes nuts:
>>&...
Munro asked 24/1, 2018 at 4:3
3
I want to change language programmatically in Jetpack Compose. I've read quite some posts and watch videos but still can't find the way to do it. (The post and video are in Android view system.)
Ho...
Stauffer asked 7/11, 2021 at 16:16
9
I have to convert french characters into english on my php. I've used the following code:
iconv("utf-8", "ascii//TRANSLIT", $string);
But the result for ËËË was "E"E"E.
I don't need that double...
Barracks asked 7/4, 2012 at 13:17
8
Solved
Problem
How can I make git log command output properly displayed in the Windows CLI terminal?
Example
As you can see, I can type diacritical characters properly, but on git log, the output is some...
Melancon asked 14/12, 2016 at 9:30
2
Solved
For example, why authors of "django-cms" keep gettext's mo files in repo (and this is not just inattention, see this commit), if users always can run manage.py compilemessages? Only to save users f...
10
Solved
How do I get the user's current Locale in Android?
I can get the default one, but this may not be the current one correct?
Basically I want the two letter language code from the current locale. N...
4
Solved
I am searching for the proper way of German number formatting (e.g. 1.000,1234) in Python under Windows OS.
I tried locale.setlocale but did not succeed.
Instead, I have written a function to co...
Tehuantepec asked 10/4, 2019 at 15:40
1
Solved
I am currently trying to build a simple console calculator in C++ and was thinking about what to do when the user types 0/0. In my calculator I convert each number from the users input to a double ...
3
Solved
My PC locale is set to en-IE. The locale short date format here is dd/mm/yyyy.
When I add an <input type="date"> element to my webpages, Edge shows a placeholder value of mm/dd/yyyy. Given E...
Jaynajayne asked 23/2, 2018 at 13:11
© 2022 - 2025 — McMap. All rights reserved.