CRM-15832 - Fix domain used by core Angular apps
authorTim Otten <totten@civicrm.org>
Wed, 21 Jan 2015 06:59:16 +0000 (22:59 -0800)
committerTim Otten <totten@civicrm.org>
Wed, 21 Jan 2015 06:59:16 +0000 (22:59 -0800)
commit5d8901af0e2eb692e1381a474b8b2c4238c62bb9
tree357d54b58b0ce3432ce4f6c434f2c78949d8d6e5
parente3d90d6c78a6ce1368e6c7225b5312d63718c06a
CRM-15832 - Fix domain used by core Angular apps

The old code was based on a misunderstanding. I thought that we had separate
translation domains for each Civi component.  This is half true -- when the
translators work on them, there are separate .po files for each component.
However, when we distribute the final .mo files, the components are
aggregated together into one "civicrm.mo".  Thus, at runtime, there is
really only one domain for the core app.

There are other domains the extensions, and there are a couple contexts
within the civicrm domain (eg for states/provinces), but that's irrelevant
to core's CiviCase and CiviMail UIs.
js/angular-crmCaseType.js
js/angular-crmMailing.js
js/angular-crmMailing/directives.js
js/angular-crmMailingAB.js
js/angular-crmMailingAB/directives.js