forked from ruuvi/com.ruuvi.station.ios
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathswiftgen.yml
21 lines (21 loc) · 1.04 KB
/
swiftgen.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
json:
- inputs: ./station.localization/station.localization.json
outputs:
- templatePath: ./templates/Localizable_en.strings.stencil
output: ./station/Resources/Strings/en.lproj/Localizable.strings
- inputs: ./station.localization/station.localization.json
outputs:
- templatePath: ./templates/Localizable_sv.strings.stencil
output: ./station/Resources/Strings/sv.lproj/Localizable.strings
- inputs: ./station.localization/station.localization.json
outputs:
- templatePath: ./templates/Localizable_ru.strings.stencil
output: ./station/Resources/Strings/ru.lproj/Localizable.strings
- inputs: ./station.localization/station.localization.json
outputs:
- templatePath: ./templates/Localizable_fi.strings.stencil
output: ./station/Resources/Strings/fi.lproj/Localizable.strings
- inputs: ./station.localization/station.localization.json
outputs:
- templatePath: ./templates/Localizable_fr.strings.stencil
output: ./station/Resources/Strings/fr.lproj/Localizable.strings