Home
last modified time | relevance | path

Searched refs:LINGUAS (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/contrib/openzfs/config/
H A Dpo.m4131 if test -f "$ac_given_srcdir/$ac_dir/LINGUAS"; then
132 # The LINGUAS file contains the set of available languages.
136 ALL_LINGUAS=`sed -e "/^#/d" -e "s/#.*//" "$ac_given_srcdir/$ac_dir/LINGUAS"`
137 POMAKEFILEDEPS="$POMAKEFILEDEPS LINGUAS"
164 # CATALOGS depends on both $ac_dir and the user's LINGUAS
170 if test "%UNSET%" != "$LINGUAS"; then
171 desiredlanguages="$LINGUAS"
213 # Capture the value of LINGUAS because we need it to compute CATALOGS.
214 LINGUAS="${LINGUAS-%UNSET%}"
223 # - OBSOLETE_ALL_LINGUAS is the value of LINGUAS set in configure.in,
[all …]
/freebsd/contrib/diff/
H A DABOUT-NLS93 together with the package. However, the environment variable `LINGUAS'
95 `LINGUAS' should then contain a space separated list of two-letter
H A DChangeLog242 * po/LINGUAS: Add en_US.
403 * po/LINGUAS: Add hu, pt_BR.
628 * po/LINGUAS: Add zh_TW.
743 * po/LINGUAS: Add cs, ja.
881 (ALL_LINGUAS): Remove: now in po/LINGUAS as per Gettext 0.11.
893 * po/LINGUAS: New file.
/freebsd/contrib/flex/
H A DChangeLog2504 * NEWS, po/LINGUAS, po/zh_TW.po, po/zh_tw.po: rename zh_tw
2546 * po/LINGUAS: name english quoting variants correctly
2557 * po/LINGUAS: removed unneeded blank line from translation list
2561 * po/LINGUAS: added en quoting variants to translation list
2592 * po/LINGUAS: list new sr translation in list of translations
2613 * po/LINGUAS, po/zh_tw.po: add zh_tw translation from the
2672 * po/LINGUAS: add hr to list of translations
2684 * po/LINGUAS: update languages list to include esperanto translation
3079 * NEWS, po/LINGUAS, po/fi.po: new fi translation from the
3971 * NEWS, po/LINGUAS, po/nl.po, po/vi.po: new nl and vi translations
[all …]
/freebsd/contrib/dialog/
H A Daclocal.m463 LINGUAS=
69 for desiredlang in ${LINGUAS-$ALL_LINGUAS}; do
83 LINGUAS=$NEW_LINGUAS
84 AC_MSG_RESULT($LINGUAS)
88 if test -n "$LINGUAS"; then
89 for lang in $LINGUAS; do CATALOGS="$CATALOGS $lang$CATOBJEXT"; done
1112 dnl setting $LINGUAS overrides $ALL_LINGUAS. Some environments set $LINGUAS
H A Dconfigure11166 LINGUAS=
11173 for desiredlang in ${LINGUAS-$ALL_LINGUAS}; do
11187 LINGUAS=$NEW_LINGUAS
11188 echo "$as_me:11188: result: $LINGUAS" >&5
11189 echo "${ECHO_T}$LINGUAS" >&6
11192 if test -n "$LINGUAS"; then
11193 for lang in $LINGUAS; do CATALOGS="$CATALOGS $lang$CATOBJEXT"; done