Age | Commit message (Collapse) | Author |
|
Change-Id: I5330b681d540a42a655a10abf8b533a74d8687f6
|
|
KID generation is an integrated part of the POT files.
Updated lex files for simplification
Change-Id: I8ba64e7119edc5267b2acd75c468ed2ff1cf16c2
|
|
The process of getting gRun.sh to produce the same files
(same content is later), have identified a number of
strange things:
- many files with x-comment are not in en-US, but DE
- some files have translations present in DE
- many src/hrc files are not considered for translation
Change-Id: If4fb9928353c181c3123421c5dd357304a8b4f0c
|
|
the gRun.sh script tries to manually build identical .pot
files as the existing tools
It was noticed that now .ui is converted but .hrc and many
.src files are not.
Change-Id: Ia15d415c4027e34668dab752b1fbc7d99663cfe8
|
|
All lex files no longer have a special namespace, instead
yylex --> <foo>lex
and therefore unique for the linker.
Also corrected command line argument handler.
Change-Id: Idfdec97bd43f3be8d2b217b9aac1bd74b202dc93
|
|
removed gL10nMemDB (combined with gL10nMemDB) to avoid CLANG problem.
removed (temporary) gL10nMem dependency on convPO (circular dep).
Change-Id: I17646be2ccc0feaaa8850a9b753f86c8c62e9f24
|
|
convert l10nMem to lo standard
removed l10nMem_impl and added it direct to l10nMem
Change-Id: I7e226a8dab51fd52ecbc8da36068ebdfb5c1e17f
|
|
the genLang project aims at replacing all l10ntools with more
modern versions, based on C++ and lex.
The current extract works basically as a standalone "find" over the
source tree. genLang can use that, but also a more efficient way, by
having translation-worthy files declared in the makefile stubs.
genLang itself is a C++ framework, where each file type is defined as
a class, making it easy to add new file types.
genLang can easily be adopted to transform the help files into e.g.
mediawiki format, and later merge a url back into the code.
The project was first developed (solely by the author) in a non
published branch of OO. This branch was never merged but deleted
and therefore never published.
The files have been adapted to the LO build system and setup.
The primary commit is just to raise awareness, that this is being
developed. The following commit, will update the source code to LO
standard. Before replacing the old modules a dedicated review will
be asked for.
Change-Id: I4504992474333c476c179903f822bfaf1441cca9
Reviewed-on: https://gerrit.libreoffice.org/22819
Reviewed-by: jan iversen <jani@documentfoundation.org>
Tested-by: jan iversen <jani@documentfoundation.org>
|