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