This is not strictly an Ember question, but worth asking here I think.
Like many people, we’re using ember-i18n to internationalize our application. However, our translations file now exceeds 700 lines, and we’re starting to wonder about its organization. We’re losing developer time in some cases to thinking too much about where things ought to go, and in other cases (cough me) to not thinking enough about where things ought to go and thus duplicating effort.
Are there any established best practices for organization of these files? What sorts of patterns have you found in the strings you put in these files, and how have your project(s) organized them?
(I’d ask this directly of the ember-i18n “community” but our primary means of communication seems to be Github issues, and this doesn’t seem right for that either.)