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:
@@ -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}
|
||||
Reference in New Issue
Block a user