lyx_mirror/src/frontends
Jean-Marc Lasgouttes 19024f7255 Implement native reading of mo files.
Get the default language by a mix of QLocale and LyXRC::gui_language

Known limitations:
   * encoding is supposed to be UTF-8 (the charset parameter is checked);
   * context is not handled (implemented differently in LyX);
   * plural forms not implemented (not used for now in LyX);.
   * tThe byte endianness of the machine on which the .mo file have been
     built is expected to be the same as the one of the machine where this
     code is run.
2013-05-30 22:10:01 +02:00
..
qt4 Implement native reading of mo files. 2013-05-30 22:10:01 +02:00
tests
.gitignore
alert.h
Application.h Implement native reading of mo files. 2013-05-30 22:10:01 +02:00
Clipboard.h Header cleanup cont. 2013-05-19 18:07:53 -07:00
CMakeLists.txt
Delegates.h
FontLoader.h
FontMetrics.h
KeyModifier.h
KeySymbol.h
Makefile.am
mouse_state.h
Painter.h Header cleanup cont. 2013-05-19 18:07:53 -07:00
Selection.h
WorkArea.h
WorkAreaManager.cpp
WorkAreaManager.h