Hi to all,
I'm developing a webapp with F3, that user can extend writing own module/class/plugin.
I want introduce a base dictionary file for ita and eng.
Because I update that webapp, user can make a simple `git pull` to get last version, without overwriting his file.
So, it is not an option "permit" to use "my" it.php or en.php file.
How can I extend dictionary file to permit user to add their traduction and not overwriting them during an update?
I'm hope I'm clear, thank you!