-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathupdateXLF.sh
executable file
·19 lines (16 loc) · 1.46 KB
/
updateXLF.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!/bin/bash
tx pull -a
cp translations/bdk-i18n.evtae/it_IT.xlf src/EVT/EAEBundle/Resources/translations/messages.it.xlf
cp translations/bdk-i18n.evtae/es.xlf src/EVT/EAEBundle/Resources/translations/messages.es.xlf
cp translations/bdk-i18n.evtae/es_DO.xlf src/EVT/EAEBundle/Resources/translations/messages.es_DO.xlf
cp translations/bdk-i18n.evtae/es_MX.xlf src/EVT/EAEBundle/Resources/translations/messages.es_MX.xlf
cp translations/bdk-i18n.evtae/es_PR.xlf src/EVT/EAEBundle/Resources/translations/messages.es_PR.xlf
cp translations/bdk-i18n.evtae/pt_BR.xlf src/EVT/EAEBundle/Resources/translations/messages.pt_BR.xlf
cp translations/bdk-i18n.evtae/pt_PT.xlf src/EVT/EAEBundle/Resources/translations/messages.pt.xlf
cp translations/bdk-i18n.evtintranet/it_IT.xlf src/EVT/IntranetBundle/Resources/translations/messages.it.xlf
cp translations/bdk-i18n.evtintranet/es.xlf src/EVT/IntranetBundle/Resources/translations/messages.es.xlf
cp translations/bdk-i18n.evtintranet/es_DO.xlf src/EVT/IntranetBundle/Resources/translations/messages.es_DO.xlf
cp translations/bdk-i18n.evtintranet/es_MX.xlf src/EVT/IntranetBundle/Resources/translations/messages.es_MX.xlf
cp translations/bdk-i18n.evtintranet/es_PR.xlf src/EVT/IntranetBundle/Resources/translations/messages.es_PR.xlf
cp translations/bdk-i18n.evtintranet/pt_BR.xlf src/EVT/IntranetBundle/Resources/translations/messages.pt_BR.xlf
cp translations/bdk-i18n.evtintranet/pt_PT.xlf src/EVT/IntranetBundle/Resources/translations/messages.pt.xlf