mirror of
https://github.com/discourse/discourse.git
synced 2026-08-04 10:39:43 +08:00
Related: https://meta.discourse.org/t/feature-request-make-it-possible-to-translate-custom-sidebar-links-and-sections/299871 Custom sidebar sections can be translated manually or with AI.
7 lines
138 B
Ruby
Vendored
7 lines
138 B
Ruby
Vendored
# frozen_string_literal: true
|
|
|
|
Fabricator(:sidebar_section_localization) do
|
|
sidebar_section
|
|
locale "ja"
|
|
title "サイドバー"
|
|
end
|