zammad/lib/core_ext/kernel.rb
2026-01-02 15:41:09 +02:00

8 lines
177 B
Ruby

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