mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user