0
votes
1answer
16 views
Symfony: Model Translation + Nested Set
Hi,
I'm using Symfony 1.2 with Doctrine. I have a Place model with translations in two languages. This Place model has also a nested set behaviour.
I'm having problems now creati …
0
votes
1answer
18 views
Translation with resource files, Internationalization asp.net
i have an asp.net mvc application, and i use data annotations for data validations
something like this:
public class Booking
{
[Required(ErrorMessage = "Please enter your na …
0
votes
3answers
53 views
Translating LOCs
Hi,
Has anybody come across a situation where an existing code-base written (say) in Java and written by (say) French programmers had to be converted to code that English speaking …
1
vote
3answers
47 views
Efficient way to store content translations?
Suppose you have a few, quite large (100k+) objects in available and can provide this data (e.g. name) in 20+ languages. What is an efficient way to store/handle this data in a SQL …
0
votes
1answer
25 views
CakePHP i18n, translate behavior, unknown column error when using find() with conditions
I am trying to get the translate behaviour working, i deleted the translated comlumns from the original table and now I am getting errors when performing the following query:
$men …
2
votes
2answers
45 views
i18n with gettext but without the locale hassle?
I am looking for a standards-compliant way to store multi-language content for a Web Application. Until now, I have employed my own "translate()" functions that read data from a fi …
9
votes
4answers
139 views
search functionality on multi-language django site
hi folks,
I'm building a multi-language Django site, and I'm using django-transmeta for my model data translations. Now I'm wondering if there is a Django search app that works wi …
1
vote
4answers
79 views
translation algorithm
Recently I am working into the ability of translating a PHP web application from one language to another. Well, most of those I read involves having language files, then display th …
0
votes
0answers
12 views
open source language translation engine
have you worked on language translation. are there good libraries available for the same or will i have to deal with most of the things myself.
3
votes
4answers
65 views
Qt linguist & google translate
I'm looking for a way to cheat and create some very rough translations of my Qt application using Qt linguist and an already-existing translation service such as google translate.
…
33
votes
33answers
3k views
Coding in Other (Spoken) Languages
Something i've always wondered, and I can't find any mention of it anywhere online. When a shop from, say Japan, writes code, would I be able to read it in english? Or do languages …
2
votes
3answers
78 views
Better to use multiple language files or 1?
From your experience, is it better to use 1 language file or multiple smaller langauge files for each language in a PHP project using the gettext extension? I am not even sure if …
0
votes
1answer
56 views
CakePHP: Saving a translation saves the translated field in the original table, why?
I'm using Translate behavior.
Here's the scenario: I save a translation on model 'Content' with the
language Japanese.
Then I check the corresponding table 'contents' in my data …
2
votes
3answers
126 views
Qt tr does not seem to work on static constant members ?
Hi,
I'm working on translating our Qt gui at the moment.
I have the following code:
// header file
static const QString Foo;
// cpp file
const QString FooConstants::Foo = "foo" …
0
votes
2answers
98 views
magento - error on checkout page
Hi Guys,
I am in the middle of translating a english shop to French for a client.
However, something appears to have broken.
On the checkout page, when I click the continue butt …
