Tagged Questions

0
votes
3answers
42 views

django blocktrans and i18n in templates

Hi, looking for a while with i18n problem in django: this work fine : {% trans cat.name %} cat.name will be translated but this doesn't work: {% blocktrans with cat.name|slugify as cat_slug %}{{ …
0
votes
1answer
14 views

Problem in plone translation

I am a plone Newbie and I needed to change a translated word in the .po file, the translation is in Arabic. When I changes the word to the right word and restarted the zope. My plone site is no more …
1
vote
3answers
66 views

How to read non-english texts in java? They are represented in wrong encoding.

I use apache HttpClient. And when I'm trying to "read site", all non-english content is represented wrongly. Actually, it's represented in windows-1252 but it should be in UTF-8. How can I fix this? …
0
votes
0answers
25 views

Writing a wrapper for Zend_Translate, gettext, (custom) php-gettext…

I'm implementing a localization solution in a framework that will be used on PHP4/IIS/Windows environments, some of which don't have gettext compiled with php ( we plan to transition the 3-4 servers …
0
votes
1answer
13 views

Is there some sort of open source repository of translated strings stored in .mo, or similar formats?

Just curious, I reckon I'll have to hire a translator to do my .mo files manually but would be great if there was some sort of resource for this. Sorry if this question doesn't belong or isn't a …
1
vote
1answer
24 views

Internationalising sentences with two plural words.

Using gettext how should a sentence with multiple numeric variables be made translatable? ngettext only takes one number as the plural parameter. The permutations that should be allowed in the below …
0
votes
2answers
268 views

Grails how to change the current locale

Hi, How can I change the current locale ? I tried to put controller/action?lang=de but my locale is still en_US I tried to override the value using this piece of code: def key = …
1
vote
0answers
8 views

IIS 6.0+ equivalent to Apache’s content negotation/AddLanguage?

Is there a direct equivalent in IIS 6.0+ to the content negotiation for languages in Apache (the AddLanguage and related directives)? If not, what is the most common method for serving multilingual …
0
votes
1answer
34 views

i18n/gettext : setlocale configuration in web applications

So I started messing around with gettext but I'm still puzzled about certain things, would be great if anyone could help me out and fill in the gaps for me. Usually most of the implementations just …
0
votes
1answer
37 views

How to use Rails I18n.t to translate an ActiveRecord attribute?

Trying to use my active record translations in config/locales/de.yml also in my views. I thought I am clever using this: de: activerecord: attributes: user: login: …
2
votes
1answer
94 views

Can someone break down how localization file ( .mo, .po ) generation works?

I'm trying to grok gettext. Here's how I think it works - First you use some sort of po editor and tell it to scan a directory for your application, create these ".po" files, the application makes a …
0
votes
1answer
43 views

PHP Gettext problems (like non-thread-safe?)

I want to start using gettext to handle my translations on web projects (PHP 5). Since it is a widely used standard with a good reputation it seems to be the best choice. However, I'm also hearing …
1
vote
4answers
67 views

Internationalization and Search Engine Optimization

I'd like to internationalize my site such that it's accessible in many languages. The language setting will be detected in the request data automatically, and can be overridden in the user's settings …
1
vote
1answer
16 views

How to externalize strings to multiple files in Eclipse

I have run Externalize Strings in Eclipse that generated a messages.properties. That was translated to some other languages and the new files were created like messages_de.properties etc. Now after …
0
votes
1answer
21 views

Effects of calling SetThreadUILanguage

What are the effects of calling SetThreadUILanguage in an applicaton? Will it cause captions like "OK" and "CANCEL" on a MessageBox to appear in the language set through this API? If the captions do …

1 2 3 4 5 8 next
15 30 50 per page