The native language name should be shown in the description.

Comments

dboulet’s picture

Title: Show native language name in taxonomy term selection description » Show tranlsated language name in taxonomy term selection description

Just realized that the last patch doesn't make sense, the language name should instead be displayed in the current language.

What is the proper way to do this? Can we wrap language_default('name') in the t() function?

dboulet’s picture

hass’s picture

Title: Show tranlsated language name in taxonomy term selection description » Show translated language name in taxonomy term selection description
Status: Needs review » Closed (won't fix)

language_default('name') is not t'ified by core on "admin/settings/language/overview" and i18n on "de/node/11/translate"!? Therefore I give this a won't fix.

hass’s picture

Status: Closed (won't fix) » Needs work

Setting back to CNW... maybe the native name makes sense... but I'm not sure why it shouldn't.

dboulet’s picture

I see the point brought up in #3, but I think that this case is different since the language name is inserted into a sentence. If this sentence is translated into another language, the inserted language name remains in English. In French, for example, this gives the equivalent of the awkward sentence:

"This is a localizable vocabulary, so only terms in Français are allowed here."

To me, it would make more sense to translate the language name to give the sentence:

"This is a localizable vocabulary, so only terms in French are allowed here."

jose reyero’s picture

Component: Code » Blocks
Status: Needs work » Closed (won't fix)