tools/linguist/shared/translator.h
changeset 30 5dc02b23752f
parent 18 2f34d5167611
child 33 3e2da88830cd
equal deleted inserted replaced
29:b72c6db6890b 30:5dc02b23752f
   231     QString m_sourceLanguage;
   231     QString m_sourceLanguage;
   232     ExtraData m_extra;
   232     ExtraData m_extra;
   233 };
   233 };
   234 
   234 
   235 bool getNumerusInfo(QLocale::Language language, QLocale::Country country,
   235 bool getNumerusInfo(QLocale::Language language, QLocale::Country country,
   236                            QByteArray *rules, QStringList *forms);
   236                     QByteArray *rules, QStringList *forms, const char **gettextRules);
   237 
   237 
   238 /*
   238 /*
   239   This is a quick hack. The proper way to handle this would be
   239   This is a quick hack. The proper way to handle this would be
   240   to extend Translator's interface.
   240   to extend Translator's interface.
   241 */
   241 */