Uploaded image for project: 'ZK'
  1. ZK
  2. ZK-98

Including custom language property files

XMLWordPrintable

    • Icon: New Feature New Feature
    • Resolution: Done
    • Icon: Normal Normal
    • 5.0.7
    • None
    • Configuration
    • None

      https://sourceforge.net/tracker/?func=detail&aid=3134958&group_id=152762&atid=785194

      I need this feature for let other users build custom modules for my new project, so they need only to add an include for their property language files
      instead of adding their translations in the original base files. That's not a good idea, because by removing their modul the must/should search and delete all of their translations.

      Sample: can include in the followed way:

      .../webapp/i3-labels.properties (default)
      . . .
      include = system.properties
      include = others.properties
      . . .
      common.btnNew=New

      .../webapp/i3-labels_de_DE.properties
      . . .
      include = system_de_DE.properties
      include = others_de_DE.properties
      . . .
      common.btnNew=Neu

      -------------------------------------------------------------------------
      best
      Stephan

            Unassigned Unassigned
            asukachen asukachen
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: