Adding the Basque Locale

This commit is contained in:
Localization Server 2011-06-06 14:26:35 +00:00
parent 5a71e9e373
commit 2fd282eef7
3 changed files with 3 additions and 1 deletions

BIN
.bui.swp Normal file

Binary file not shown.

View File

@ -29,7 +29,7 @@
<property name="CLASSROOM_AUDIO" value="ClassroomAudioModule" />
<property name="SETTINGS" value="SettingsModule" />
<property name="AVAILABLE_LOCALES" value="az_AZ,bn_BN,bg_BG,cs_CZ,da_DK,de_DE,el_GR,en_US,es_ES,es_LA,fa_IR,fr_FR,fr_CA,hr_HR,hu_HU,id_ID,it_IT,ja_JP,ko_KR,lv_LV,lt_LT,mn_MN,nb_NO,nl_NL,pl_PL,pt_BR,pt_PT,ro_RO,ru_RU,sv_SE,sr_RS,sr_SR,th_TH,tr_TR,vi_VN,uk_UA,zh_CN,zh_TW"/>
<property name="AVAILABLE_LOCALES" value="az_AZ,bn_BN,bg_BG,cs_CZ,da_DK,de_DE,el_GR,en_US,es_ES,es_LA,eu_EU,fa_IR,fr_FR,fr_CA,hr_HR,hu_HU,id_ID,it_IT,ja_JP,ko_KR,lv_LV,lt_LT,mn_MN,nb_NO,nl_NL,pl_PL,pt_BR,pt_PT,ro_RO,ru_RU,sv_SE,sr_RS,sr_SR,th_TH,tr_TR,vi_VN,uk_UA,zh_CN,zh_TW"/>
<xmlproperty file="${SRC_DIR}/conf/locales.xml" collapseAttributes="true"/>

View File

@ -29,6 +29,7 @@
import org.bigbluebutton.util.i18n.ResourceUtil;
[Bindable] private var langNames:Array=[
'Azeri' ,
'Basque' ,
'Bengali' ,
'Bulgarian',
'Czech',
@ -69,6 +70,7 @@
private var langCodes:Array=[
'az_AZ',
'eu_EU',
'bn_BN',
'bg_BG',
'cs_CZ',