2015-10-24 00:49:56 +00:00
|
|
|
# gettext options
|
|
|
|
|
|
|
|
choice
|
|
|
|
bool
|
|
|
|
prompt "gettext version"
|
|
|
|
# Don't remove next line
|
|
|
|
# CT_INSERT_VERSION_BELOW
|
|
|
|
|
2017-01-22 23:53:40 +00:00
|
|
|
config GETTEXT_V_0_19_8_1
|
|
|
|
bool
|
|
|
|
prompt "0.19.8.1"
|
|
|
|
|
2016-04-29 16:16:13 +00:00
|
|
|
config GETTEXT_V_0_19_7
|
2015-10-24 00:49:56 +00:00
|
|
|
bool
|
2017-01-22 23:53:40 +00:00
|
|
|
prompt "0.19.7 (OBSOLETE)"
|
|
|
|
depends on OBSOLETE
|
2015-10-24 00:49:56 +00:00
|
|
|
|
|
|
|
endchoice
|
|
|
|
|
|
|
|
config GETTEXT_VERSION
|
|
|
|
string
|
|
|
|
# Don't remove next line
|
|
|
|
# CT_INSERT_VERSION_STRING_BELOW
|
2017-01-22 23:53:40 +00:00
|
|
|
default "0.19.8.1" if GETTEXT_V_0_19_8_1
|
2016-04-29 16:16:13 +00:00
|
|
|
default "0.19.7" if GETTEXT_V_0_19_7
|