Skip to content

Commit

Permalink
ci: update the expected translation keys length
Browse files Browse the repository at this point in the history
  • Loading branch information
EchoEllet committed Dec 2, 2024
1 parent 500b374 commit 8e8ef59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/translations_check.dart
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import 'package:yaml/yaml.dart';

// This must be updated once add or remove some translation keys
// if you update existing keys, no need to update it
const _expectedTranslationKeysLength = 113;
const _expectedTranslationKeysLength = 115;

Future<void> main(List<String> args) async {
final l10nYamlText = await File('l10n.yaml').readAsString();
Expand Down

0 comments on commit 8e8ef59

Please sign in to comment.