Add French’s Gettext file, with very little translations

I do not know enough French to do the full translations, but i wanted to
make sure that it would work.
This commit is contained in:
jordi fita mas 2023-12-13 23:55:43 +01:00
parent 66a7ae3d27
commit 1d186a03f3
2 changed files with 1656 additions and 1 deletions

View File

@ -2,7 +2,7 @@ HTML_FILES := $(shell find web -name *.gohtml)
GO_FILES := $(shell find . -name *.go)
DEFAULT_DOMAIN = camper
POT_FILE = po/$(DEFAULT_DOMAIN).pot
LINGUAS = ca es
LINGUAS = ca es fr
MO_FILES = $(patsubst %,locale/%/LC_MESSAGES/$(DEFAULT_DOMAIN).mo,$(LINGUAS))
XGETTEXTFLAGS = --no-wrap --from-code=UTF-8 --package-name=camper --msgid-bugs-address=jordi@tandem.blog
DEMO_SQL = demo.sql

1655
po/fr.po Normal file

File diff suppressed because it is too large Load Diff