Skip to content

Commit

Permalink
Merge pull request bootchk#62 from jrbastien/master
Browse files Browse the repository at this point in the history
Adding French Translation
  • Loading branch information
bootchk authored Apr 28, 2019
2 parents c5b7b69 + 771785b commit adfa25a
Show file tree
Hide file tree
Showing 7 changed files with 965 additions and 346 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,10 @@ make install

Installs to the shared Gimp directories. Except on Ubuntu, it installs to /usr/local/lib/gimp/2.0/plug-ins and you may need to set the GIMP Edit>Preferences>Folders>Plugins> to include that path.

For localization of the python scripts, you may also need to create a symbolic link to your prefered language file. Ex:

sudo ln -s /usr/local/share/locale/fr/LC_MESSAGES/resynthesizer.mo /usr/share/locale/fr/LC_MESSAGES/resynthesizer.mo

Note the default gcc flags seem to be: -g -O2 -Wall.
To optimize more, pass the CFLAGS (perogative of the builder to alter compilation):

Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE, "$GETTEXT_PACKAGE",
[The gettext translation domain.])

dnl Add the languages which your application supports here.
ALL_LINGUAS="es ru"
ALL_LINGUAS="es fr ru"

AC_PROG_INTLTOOL
AM_GLIB_GNU_GETTEXT
Expand Down
6 changes: 3 additions & 3 deletions po/POTFILES.in
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# List of source files containing translatable strings.

src/resynth-gui.c
src/resynth-gui.h
src/resynthesizer.c
src/resynthesizer-gui/resynth-gui.c
src/resynthesizer-gui/resynth-gui.h
src/resynthesizer/resynthesizer.c
PluginScripts/plugin-heal-selection.py
PluginScripts/plugin-resynth-sharpen.py
PluginScripts/plugin-resynth-enlarge.py
Expand Down
Loading

0 comments on commit adfa25a

Please sign in to comment.