FIX: Theme components should work with empty locale files (#18167)

Theme components didn't work with empty locale files (just the locale key without any translations) that are created by translator-bot.
This commit is contained in:
Gerhard Schlager
2022-09-02 18:28:18 +02:00
committed by GitHub
parent 73a2d2e9ac
commit fd6109a6e1
3 changed files with 19 additions and 6 deletions

View File

@@ -6,7 +6,7 @@ require 'json_schemer'
class Theme < ActiveRecord::Base
include GlobalPath
BASE_COMPILER_VERSION = 61
BASE_COMPILER_VERSION = 62
attr_accessor :child_components