Top "Translation" questions

Translation is the process of replacing strings in an application or website to make interfacing with the application or website easier for people from countries with different languages.

django - how to make translation work?

I'm trying to render a template in a different language using i18n. I did everything I could read about, …

django internationalization translation
_() or {% trans %} in Django templates?

In Django templates, you can use either {{ _("Hello World") }} or {% trans "Hello World" %} to mark strings to be translated. In …

django internationalization django-templates translation
Angular 2.0 translate Pipe could not be found

I have a component that uses the translateService, but it's not possible to translate items with the pipe on the …

angular translation
django translate variable content in template

I'm using {% trans %} template tag. Django docs say: The {% trans %} template tag translates either a constant string (enclosed in single …

django internationalization translation
Translate select options in Symfony2 class forms

I'm using a class form in Symfony2 Beta3 as follows: namespace Partners\FrontendBundle\Form; use Symfony\Component\Form\AbstractType; use …

forms symfony internationalization translation choicefield
Unable to find a locale path to store translations for file __init__.py

I'm trying to translate a Django app. I created some strings with {% trans %} in my templates. However, when I execute …

django translation
Android Lint: how to ignore missing translation warnings in a regional locale string file that purposely only overrides some default translations?

Is it possible to translate some strings, but not all, in a separate resource file without Lint complaining about MissingTranslation? …

android localization translation lint android-lint
Extract Translation and Rotation from Fundamental Matrix

I am trying to retrieve translation and rotation vectors from a computed fundamental Matrix. I do use OpenCV and the …

c++ opencv matrix rotation translation
How to convert gettext .mo file into .po file

Is there any way to convert a .mo file into a .po file source, when the .po file is no …

python translation gettext
how to create Heroku procfile for windows?

Im a newbie trying to make a django app, but unfortunately my os is windows. Heroku docs is written for …

heroku translation procfile