Uploaded image for project: 'Runtime'
  1. Runtime
  2. RUNTIME-1111

Optimize .i18n.js

XMLWordPrintable

    • Icon: Improvement Improvement
    • Resolution: Duplicate
    • Icon: Major Major
    • 4.0M8
    • None
    • Kernel
    • None

      We have to change

      MyFile.i18n.js

          Ext.define("MyFile", {
               defaultLabel: "<i18n:text i18n:catalogue='plugin.myplugin' i18n:key='KEY'/>"
          });
      

      by

      MyFile.js

          Ext.define("MyFile", {
               defaultLabel: "@plugin.myplugin:KEY@"
          });
      

      The exact formalism have to be deceded by looking how other projects do

            Unassigned Unassigned
            raphael Raphaƫl Franchet
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: