python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Update/Merge i18n translation files in Angular
We have recently decided to support multiple languages for our application (Angular 13.x). After researching, we decided to settle on using angular/localize package which seems great for our needs.
Ev...
jerry
Votes: 0
Answers: 1
Django i18n does not work with Nginx. Keep redirecting to homepage
Right now I have a django + gunicorn + nginx setup.
Everything works:
able to switch between the two language
set the cookies
add the lang prefix in the middle: projurl.com/lang_code/other_dir
able t...
viviwill
Votes: 0
Answers: 0
Internationalization Web Number-Symbols
do I need to use another number-symbols when I want my webpage to be accessible in other countries? According to Microsoft there are different shape of numbers: https://learn.microsoft.com/en-us/globa...
Fabius
Votes: 0
Answers: 1
sphinx gettext does not match textdomains in subdirectories when gettext_compact=False
I'm currently working on a complex documentation project with python sphinx.
My next step is to enable internationalization.
Project overview (simplified):
doc\
build\ # contains sphinx build ou...
walkslowly
Votes: 0
Answers: 1