zammad/lib/core_ext/kernel.rb
2025-01-01 17:39:43 +02:00

8 lines
177 B
Ruby

# Copyright (C) 2012-2025 Zammad Foundation, https://zammad-foundation.org/
module Kernel
# No-op used to mark strings as translatable.
def __(string)
string
end
end