CoreBOSBB
pt lang -- include - Printable Version

+- CoreBOSBB (https://discussions.corebos.org)
+-- Forum: Support (https://discussions.corebos.org/forumdisplay.php?fid=17)
+--- Forum: Administrator Support (https://discussions.corebos.org/forumdisplay.php?fid=8)
+--- Thread: pt lang -- include (/showthread.php?tid=1507)



pt lang -- include - rslemer - 05-09-2019

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 ...


RE: pt lang -- include - joebordes - 05-09-2019

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!