Remove changelog

This commit is contained in:
vishnukvmd
2025-07-21 15:44:06 +05:30
committed by AmanRajSinghMourya
parent 12b0618149
commit b84b73fda2

View File

@@ -1,41 +0,0 @@
# Changelog
All notable changes to the `ente_strings` package will be documented in this file.
## [1.0.0] - 2025-07-19
### Added
- Initial release of the `ente_strings` package
- Centralized localization for common strings across Ente apps
- Support for 22 languages with `networkHostLookUpErr` string:
- Arabic (ar)
- Bulgarian (bg)
- Czech (cs)
- Danish (da)
- Greek (el)
- English (en)
- French (fr)
- Indonesian (id)
- Japanese (ja)
- Korean (ko)
- Lithuanian (lt)
- Dutch (nl)
- Polish (pl)
- Portuguese (pt)
- Russian (ru)
- Slovak (sk)
- Serbian (sr)
- Swedish (sv)
- Turkish (tr)
- Vietnamese (vi)
- Chinese Simplified (zh)
- Chinese Traditional (zh_TW)
- Convenient `EnteStringsExtension` for easy access via `context.strings`
- Complete documentation and example app
- Unit tests for localization functionality
### Features
- Flutter localization generation support
- Integration with `flutter_localizations`
- Type-safe string access
- Support for both extension and traditional localization access patterns