Questions tagged [i18n]
10 questions
7
votes
1 answer
Puppet package "ensure => latest" doesn't always work
I have a unique situation where the Puppet package ensure => latest directive only worked on some of my systems. Out of 30 servers, the packages updated properly on all but 4. I'm trying to get major versions of the software suite from < 9.40 to…
ewwhite
- 194,921
- 91
- 434
- 799
2
votes
0 answers
Squirrelmail, encode changes when replying emails
SM version 1.4.22 Centos 6.7 PHP 5.3.3 Apache 2.2.15 Plugins:
filters
delete_move_next
message_details
newmail
translate
squirrelspell
set_user_data
last versions Postfix 2.6.6, Dovecot 2.0.9 installed from Webmin CP Tests from Firefox…
dstonek
- 223
- 2
- 10
2
votes
1 answer
Server locale C vs en_US.UTF-8
I am considering to change all of my server locale to C by
"export LC_ALL=C"
Is it a common practice?
I am thinking will there be any side effect on a LAMP server, or should I just leave as using the default of "en_US.UTF-8"?
Ryan
- 5,341
- 21
- 71
- 87
1
vote
1 answer
Cisco ISE Wlan user authentication fails for users with umlaut
We have setup a Cisco Identity Services Engine to manage WLAN access for our users.
Access should be granted to users from a specific Windows Active Directory group.
This works fine for users having a username consisting only of ASCII letters.…
Hagen von Eitzen
- 816
- 3
- 15
- 41
1
vote
1 answer
Why are there variables in output of xgettext?
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR , YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE…
yum
- 539
- 5
- 9
- 16
1
vote
1 answer
How to serve HTTP filenames with special characters?
Take the following blog page as a case:
http://www.roney.com.br/2010/06/20/estados-do-brasil-um-pais-que-precisa-se-unir/
!Careful, it has tons of youtubes embedded, so is a slow load! It is a Brazilian web page, written in Portuguese but hosted…
Colleen Kitchen
- 113
- 4
0
votes
1 answer
Debian 9 - libicu60 dependency while trying to install php7.0-intl
The title says it all... I'm trying to install the php intl extension on Debian 9 and get the following error :
php7.0-intl : Depends: libicu60 (>= 60.1-1~) but it is not installable
Debian repo says libicu60 is experimental and buggy... has…
Pierre
- 101
- 3
0
votes
3 answers
Proper way to configure locales on a vps?
I noticed on some VPS's, locales is not installed by default so dpkg-reconfigure locales will only throw an error saying that locales is not installed.
I want to do apt-get install locales, I've done this a couple times and I know this sets up the…
meder omuraliev
- 1,701
- 3
- 20
- 30
0
votes
1 answer
Can you configure a CDN to cache pages based on the browser language?
Many websites do not have the language or locale set in the URL string. They instead pull this out of the "Accept-Language" HTTP header. Is it possible with CDN's like CloudFlare and CloudFront to cache different versions of the page based on this…
Brian Armstrong
- 1,557
- 3
- 18
- 22
0
votes
1 answer
1 rewrite or internal redirection cycle while internally redirecting to "/en/index.html"
I want to host the Angular i18n website using the Nginx proxy.
As per the official Nginx configuration suggestion https://angular.io/guide/i18n-common-deploy#nginx-example, my app.conf file in the /etc/nginx/site-available directory is like
map…
Anuj TBE
- 111
- 3