Skip to content

Commit

Permalink
Merge pull request #32 from icapps/feature/#30-skip-translation-local…
Browse files Browse the repository at this point in the history
…e-gen-upgrad

#30 add support for skipping a language
  • Loading branch information
vanlooverenkoen committed Mar 26, 2021
2 parents b3ec105 + 105af87 commit e1f0431
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# Changelog
## [4.1.0] - 2021-03-26
### Added
-#30 Support for skipping a locale at runtime. example: only use dutch in alpha but not in beta & production (locale_gen)
- Version bump dependencies

## [4.0.0] - 2021-03-04
### Added
- Option to generate null safety compatible code & support for Flutter 2.0 & dart 2.12
Expand Down
7 changes: 3 additions & 4 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
name: icapps_translations
description: Dart tool to generate flutter translations code from the icapps translations tool
version: 4.0.0
version: 4.1.0
homepage: https://github.com/icapps/flutter-icapps-translations

environment:
sdk: ">=2.12.0 <3.0.0"

dependencies:
http: ^0.13.0
locale_gen: ^3.0.0
http: ^0.13.1
locale_gen: ^3.1.0
path: ^1.8.0

dev_dependencies:
flutter_test:
sdk: flutter
test: ^1.16.5
2 changes: 1 addition & 1 deletion test/icapps_translations_test.dart
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import 'package:test/test.dart';
import 'package:flutter_test/flutter_test.dart';

void main() {
group('Empty test', () {
Expand Down

0 comments on commit e1f0431

Please sign in to comment.