mirror of
https://github.com/discourse/discourse.git
synced 2025-08-20 18:52:44 +08:00
6 lines
70 B
Ruby
6 lines
70 B
Ruby
|
class EnumSiteSetting
|
||
|
def self.translate_names?
|
||
|
false
|
||
|
end
|
||
|
end
|