mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Add sv_AX, sv_FI, zh_HK, and zh_TW to Makefiles & configure.
This commit is contained in:
parent
79bdcf1996
commit
1583ce3159
@ -1,3 +1,36 @@
|
||||
|
||||
SUBDIRS = C cs da de_AT de_CH de_DE el_GR en_GB es_ES es_MX fi_FI fr_CH fr_CA fr_FR hu_HU it ja ko lv nl nb pl pt_BR pt_PT ru sk sv_SE tr_TR zh_CN
|
||||
SUBDIRS = \
|
||||
C \
|
||||
cs \
|
||||
da \
|
||||
de_AT \
|
||||
de_CH \
|
||||
de_DE \
|
||||
el_GR \
|
||||
en_GB \
|
||||
es_ES \
|
||||
es_MX \
|
||||
fi_FI \
|
||||
fr_CA \
|
||||
fr_CH \
|
||||
fr_FR \
|
||||
hu_HU \
|
||||
it \
|
||||
ja \
|
||||
ko \
|
||||
lv \
|
||||
nb \
|
||||
nl \
|
||||
pl \
|
||||
pt_BR \
|
||||
pt_PT \
|
||||
ru \
|
||||
sk \
|
||||
sv_AX \
|
||||
sv_FI \
|
||||
sv_SE \
|
||||
tr_TR \
|
||||
zh_CN \
|
||||
zh_HK \
|
||||
zh_TW
|
||||
|
||||
|
8
accounts/zh_HK/Makefile.am
Normal file
8
accounts/zh_HK/Makefile.am
Normal file
@ -0,0 +1,8 @@
|
||||
|
||||
accountdir = ${GNC_ACCOUNTS_DIR}/zh_HK
|
||||
|
||||
account_DATA = \
|
||||
acctchrt_business.gnucash-xea
|
||||
|
||||
EXTRA_DIST = \
|
||||
${account_DATA}
|
8
accounts/zh_TW/Makefile.am
Normal file
8
accounts/zh_TW/Makefile.am
Normal file
@ -0,0 +1,8 @@
|
||||
|
||||
accountdir = ${GNC_ACCOUNTS_DIR}/zh_TW
|
||||
|
||||
account_DATA = \
|
||||
acctchrt_business.gnucash-xea
|
||||
|
||||
EXTRA_DIST = \
|
||||
${account_DATA}
|
@ -1387,16 +1387,20 @@ AC_CONFIG_FILES(
|
||||
accounts/ja/Makefile
|
||||
accounts/ko/Makefile
|
||||
accounts/lv/Makefile
|
||||
accounts/nl/Makefile
|
||||
accounts/nb/Makefile
|
||||
accounts/nl/Makefile
|
||||
accounts/pl/Makefile
|
||||
accounts/pt_BR/Makefile
|
||||
accounts/pt_PT/Makefile
|
||||
accounts/ru/Makefile
|
||||
accounts/sk/Makefile
|
||||
accounts/sv_AX/Makefile
|
||||
accounts/sv_FI/Makefile
|
||||
accounts/sv_SE/Makefile
|
||||
accounts/tr_TR/Makefile
|
||||
accounts/zh_CN/Makefile
|
||||
accounts/zh_HK/Makefile
|
||||
accounts/zh_TW/Makefile
|
||||
checks/Makefile
|
||||
doc/Makefile
|
||||
doc/examples/Makefile
|
||||
|
Loading…
Reference in New Issue
Block a user