technicalguru/php-i18n

Allow composer packages to enhance the localization values

Closed this issue · 1 comments

The setup does not allow individual packages to amend the localization values. Add a addFile() method to do so.

The proposed solution does not yet consider that values might be already loaded by other localizations.
Add a flag to prevent overloading existing values.