mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-23 18:32:49 +00:00
![]() by using QLocale in KLocale and separating the date, time and numbers
conversion from translation KLocale actually gets extended locale
support from QLocale (which uses CLDR data v43 currently). translation
remains unaffected. for comparison here is the result of two function
calls the result of which should explain the whole change:
KLocale::allLanguagesList().size() = 669
KLocale::installedLanguages().size() = 68
the first number is locales Katie supports, the second being the
number of languages Katana is translated into
KSwitchLanguageDialog needs a rewrite but that is on the TODO
also copyrighting KCatalog to me because I rewrote it, for reference:
|
||
---|---|---|
.. | ||
kaboutdata.cpp | ||
kaboutdata.h | ||
kauthorization.cpp | ||
kauthorization.h | ||
kcmdlineargs.cpp | ||
kcmdlineargs.h | ||
kcomponentdata.cpp | ||
kcomponentdata.h | ||
kcomponentdata_p.h | ||
kdbusconnectionpool.cpp | ||
kdbusconnectionpool.h | ||
kglobal.cpp | ||
kglobal.h | ||
kglobal_p.h | ||
kstandarddirs.cpp | ||
kstandarddirs.h | ||
kstandarddirs_unix.cpp | ||
ktoolinvocation.cpp | ||
ktoolinvocation.h | ||
ktoolinvocation_x11.cpp |