Incorporate new languages into Huggle
There were couple of new languages added to huggle source tree, that are not being used by the program yet. They can be easily added just by inserting few lines of code that load the appropriate xml files. Basically check contents of this file https://github.com/huggle/huggle3-qt-lx/blob/master/huggle/core.cpp#L582 and compare with files here: https://github.com/huggle/huggle3-qt-lx/tree/master/huggle/Localization
If you find any files that are not being loaded by core.cpp, add them to:
- core.cpp
- text.qrc
Huggle is a fast diff browser application intended for dealing with vandalism on Wikimedia projects, written in C++ (C++11 with Qt framework). More information: https://meta.wikimedia.org/wiki/Huggle and https://en.wikipedia.org/wiki/Wikipedia:Huggle.
Source code is available at https://github.com/huggle/huggle3-qt-lx and can be compiled on Linux, Windows and MacOS.
You are expected to provide a pull request in GitHub.