parent
4a2890667e
commit
8099fddd92
@ -4,7 +4,7 @@ Quick Guide for new translations
|
|||||||
If you would like to translate Geany into another language, have a look at the
|
If you would like to translate Geany into another language, have a look at the
|
||||||
language statistics page at [1] first to see if your desired language already
|
language statistics page at [1] first to see if your desired language already
|
||||||
exists. If it already exists, please read the "Notes for updating translations"
|
exists. If it already exists, please read the "Notes for updating translations"
|
||||||
section. Otherwise, get the SVN version of Geany, change to the po directory and
|
section. Otherwise, get the Git version of Geany, change to the po directory and
|
||||||
start the new translation with:
|
start the new translation with:
|
||||||
|
|
||||||
$ msginit -l ll_CC -o ll.po -i geany.pot
|
$ msginit -l ll_CC -o ll.po -i geany.pot
|
||||||
|
@ -55,8 +55,8 @@ AC_CHECK_FUNCS([ftruncate fgetpos fnmatch mkstemp strerror strstr])
|
|||||||
# autoscan end
|
# autoscan end
|
||||||
|
|
||||||
|
|
||||||
# check for SVN revision
|
# check for VCS revision
|
||||||
GEANY_CHECK_REVISION([dnl force debug mode for a SVN working copy
|
GEANY_CHECK_REVISION([dnl force debug mode for a VCS working copy
|
||||||
CFLAGS="-g -DGEANY_DEBUG $CFLAGS"])
|
CFLAGS="-g -DGEANY_DEBUG $CFLAGS"])
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
dnl GEANY_CHECK_REVISION([action-if-found], [action-if-not-found])
|
dnl GEANY_CHECK_REVISION([action-if-found], [action-if-not-found])
|
||||||
dnl Check for the Git-SVN or SVN revision and set REVISION to
|
dnl Check for the Git revision and set REVISION to "<revid>"
|
||||||
dnl "r<revnum>" or to "-1" if the revision can't be found
|
dnl or to "-1" if the revision can't be found
|
||||||
dnl Also AC_DEFINEs REVISION
|
dnl Also AC_DEFINEs REVISION
|
||||||
AC_DEFUN([GEANY_CHECK_REVISION],
|
AC_DEFUN([GEANY_CHECK_REVISION],
|
||||||
[
|
[
|
||||||
|
Loading…
x
Reference in New Issue
Block a user