Uploaded image for project: 'Magnolia'
  1. Magnolia
  2. MAGNOLIA-7866

I18nText fallback as I18n key

XMLWordPrintable

    • Icon: Improvement Improvement
    • Resolution: Fixed
    • Icon: Neutral Neutral
    • 6.2.3
    • None
    • None
    • None

      The fallback can be now used like this:

          @I18nText(fallback = "")
          default String getButtonSelectAddLabel() {
              return null;
          }
      

      It could be much more powerful if we allow this

          @I18nText(fallback = "buttons.add")
          default String getButtonSelectAddLabel() {
              return null;
          }
      

        Acceptance criteria

              rkovarik Roman Kovařík
              rkovarik Roman Kovařík
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved:

                  Task DoD