mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-30 22:20:21 +00:00
Documentation: Add initial support for French translation
Add initial support to French (fr) translation of user-manual. Note that it is not perfect, since the po4a tool loose some list item indexes during PO to ASCIIDOC conversion (see asciidoc warning messages during user manual generation). Signed-off-by: Guillaume GARDET <guillaume.gardet@free.fr> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
b4b08bdcc5
commit
dc7397b06e
4 changed files with 14997 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
# submitting patches to the user manual, only submit the changes to the .txt
|
||||
# file - the maintainer will recreate the .html.git file
|
||||
|
||||
DOCNAMES = user-manual user-manual_es user-manual_ru
|
||||
DOCNAMES = user-manual user-manual_es user-manual_fr user-manual_ru
|
||||
|
||||
HTMLDOCS = $(patsubst %,$(OUT)%.html,$(DOCNAMES))
|
||||
TEXTDOCS = $(patsubst %,$(OUT)%.text,$(DOCNAMES))
|
||||
|
|
6850
Documentation/fr/po/subsurface-manual.fr.po
Normal file
6850
Documentation/fr/po/subsurface-manual.fr.po
Normal file
File diff suppressed because it is too large
Load diff
4593
Documentation/user-manual_fr.html.git
Normal file
4593
Documentation/user-manual_fr.html.git
Normal file
File diff suppressed because it is too large
Load diff
3553
Documentation/user-manual_fr.txt
Normal file
3553
Documentation/user-manual_fr.txt
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue