Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
pt lang -- include
#1
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 ...


Attached Files
.php   pt_br.lang.php (Size: 60.45 KB / Downloads: 1)
Ranieri
eCRM Web
Reply
#2
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!
Joe
TSolucio
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)