Skip to content

Commit

Permalink
Update docs creation tool to emit French titles
Browse files Browse the repository at this point in the history
  • Loading branch information
countingpine committed Feb 22, 2012
1 parent ab8190a commit df2f796
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 24 deletions.
2 changes: 1 addition & 1 deletion fbdocs/fbdoc/fbdoc.bas
Expand Up @@ -281,7 +281,7 @@ end enum
end if

'' Load language options
sLangFile = ManualDir + "templates/default/lang/en/common.ini"
sLangFile = ManualDir + "templates/default/lang/fr/common.ini"
if( Lang.LoadOptions( sLangFile ) = FALSE ) then
print "Unable to load language file '" + sLangFile + "'"
end 1
Expand Down
23 changes: 0 additions & 23 deletions fbdocs/manual/templates/default/lang/en/common.ini

This file was deleted.

23 changes: 23 additions & 0 deletions fbdocs/manual/templates/default/lang/fr/common.ini
@@ -0,0 +1,23 @@
fb_chm_title="FreeBASIC Manuel"

fb_sect_cat="Catégorie"
fb_sect_key="Mot-clef"
fb_sect_title="Titre"
fb_sect_syntax="Syntaxe"
fb_sect_usage="Usage"
fb_sect_param="Paramètres"
fb_sect_ret="Valeur retournée"
fb_sect_desc="Description"
fb_sect_ex="Exemple"
fb_sect_lang="Différences de dialecte"
fb_sect_target="Différences de plate-forme"
fb_sect_diff="Différences avec QB"
fb_sect_see="Voir aussi"
fb_sect_back="Arrière"

fb_toc_title="Table des matières"

fb_docinfo_homepage="http://www.freebasic.net/"
fb_docinfo_wiki="http://www.freebasic.net/wiki/"
fb_docinfo_dateformat="yyyy/mm/dd"
fb_docinfo_timeformat="hh:mm:ss"

0 comments on commit df2f796

Please sign in to comment.