Re: Potential to_char localization bug

Поиск
Список
Период
Сортировка
От Dennis Bjorklund
Тема Re: Potential to_char localization bug
Дата
Msg-id 456B40CF.6030503@zigo.dhs.org
обсуждение исходный текст
Ответ на Potential to_char localization bug  (Peter Eisentraut <peter_e@gmx.net>)
Ответы Re: Potential to_char localization bug
Re: Potential to_char localization bug
Список pgsql-hackers
Peter Eisentraut skrev:
>                 case 4:
>                         m = _("May");
>                         break;
> 
> 
> Haven't thought of a fix yet.

A common way is to use something of the form
   m = _("S:May") + 2;

and a comment above (that is copied to the .po file) explaining that the 
S: should be in the translated string as well.

/Dennis


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: Day and month name localization uses wrong
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Day and month name localization uses wrong