forked from MikeMitterer/dart-l10n-gettext
-
Notifications
You must be signed in to change notification settings - Fork 2
/
pubspec.yaml
48 lines (32 loc) · 846 Bytes
/
pubspec.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
name: l10n
version: 2.0.19
author: Mike Mitterer <[email protected]>
description: Creates translatable PO-Files, strong orientation to xgettext
homepage: https://github.com/MikeMitterer/dart-l10n-gettext
environment:
sdk: ">=2.4.0 <3.0.0"
# Add the bin/mkl10n.dart script to the scripts pub installs.
# Activate local repo:
# pub global activate --source path .
#
executables:
mkl10n:
dependencies:
logging: '>=0.11.3 <1.0.0'
console_log_handler: '>=1.1.0 <2.0.0'
# path: /Volumes/Daten/DevLocal/DevDart/ConsoleLogHandler
intl: ^0.16.1
intl_translation: ^0.17.9
validate: ^1.7.0
args: ^1.5.0
# which: "^0.1.3"
where: ^6.6.0
yaml: ^2.2.0
optional: ^4.1.0
path: ^1.6.4
analyzer: '>=0.32.0 <1.0.0'
dev_dependencies:
test: any
build_runner: any
build_test: any
build_web_compilers: any