Add a method converta2toa3 to convert language code alpha2 to alpha3.

Qt give use alpha2 language code but we use alpha3.
This commit is contained in:
Matthieu Gautier
2018-10-26 14:18:06 +02:00
parent 50b7e5664a
commit a1876e3b27
2 changed files with 256 additions and 0 deletions

View File

@ -32,6 +32,7 @@ namespace kiwix
{
void sleep(unsigned int milliseconds);
std::string nodeToString(pugi::xml_node node);
std::string converta2toa3(const std::string& a2code);
}
#endif