tools/linguist/shared/translator.h
branchGCC_SURGE
changeset 31 5daf16870df6
parent 30 5dc02b23752f
child 33 3e2da88830cd
equal deleted inserted replaced
27:93b982ccede2 31:5daf16870df6
   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 */