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

I18nText fallback as I18n key

    XMLWordPrintable

Details

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

    Description

      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;
          }
      

      Checklists

        Acceptance criteria

        Attachments

          Issue Links

            Activity

              People

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

                Dates

                  Created:
                  Updated:
                  Resolved:

                  Checklists

                    Task DoD