sync_translations 1.0.3 copy "sync_translations: ^1.0.3" to clipboard
sync_translations: ^1.0.3 copied to clipboard

A Dart CLI tool that synchronizes translation files across multiple locales by ensuring all keys are consistent and complete between source and target files.

example/main.dart

import 'package:sync_translations/sync_translations.dart';

/// Example: syncing translation files using the package directly.
void main() async {
  await runSyncTranslations();

  print('✅ Translations synced successfully!');
}
1
likes
150
points
0
downloads

Publisher

unverified uploader

Weekly Downloads

A Dart CLI tool that synchronizes translation files across multiple locales by ensuring all keys are consistent and complete between source and target files.

Repository (GitHub)
View/report issues

Topics

#localization #translations #cli #dart #automation

Documentation

API reference

License

MIT (license)

Dependencies

path

More

Packages that depend on sync_translations