| 1 | i18n = import('i18n') |
| 2 | |
| 3 | translations = i18n.gettext('git', |
| 4 | languages: [ |
| 5 | 'bg', |
| 6 | 'ca', |
| 7 | 'de', |
| 8 | 'el', |
| 9 | 'es', |
| 10 | 'fr', |
| 11 | 'ga', |
| 12 | 'id', |
| 13 | 'is', |
| 14 | 'it', |
| 15 | 'ko', |
| 16 | 'pl', |
| 17 | 'pt_PT', |
| 18 | 'ru', |
| 19 | 'sv', |
| 20 | 'tr', |
| 21 | 'uk', |
| 22 | 'vi', |
| 23 | 'zh_CN', |
| 24 | 'zh_TW', |
| 25 | ], |
| 26 | install: true, |
| 27 | ) |
| 28 | test_dependencies += translations[0] |