mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-01-07 05:02:29 -05:00
6 lines
70 B
Ruby
6 lines
70 B
Ruby
|
class EnumSiteSetting
|
||
|
def self.translate_names?
|
||
|
false
|
||
|
end
|
||
|
end
|