CoreBOSBB

Full Version: pt lang -- include
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
translated terms missed in include/language files

Is possible, new terms for all translation files, to be inserted at bottom of file? or with the identity flag ?

Because today, new labels is added in any place, and each version is necessary revised entire file ...
we try to keep label that are logically related together

instead of reviewing the whole file you can do a few things:

- use meldmerge simply fantastic
- ask git: suppose that before you pull you are on commit xxxx, after pull you can execute this command
git diff HEAD..xxxx include/language
- ask git:
git log include/language (this command give you the exact commits where the files changed, suppose you see commit yyyy changes the language file)
git show yyyy

I updated the file. Thanks!