Explorar o código

update bilingual

久保田隼基 %!s(int64=8) %!d(string=hai) anos
pai
achega
b4583828e0
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      lib/views/admin/markdown.html

+ 1 - 1
lib/views/admin/markdown.html

@@ -50,7 +50,7 @@
             <div class="btn-group btn-toggle" data-toggle="buttons">
               <label class="btn btn-default {% if markdownSetting['markdown:isEnabledLinebreaks'] %}active{% endif %}" data-active-class="primary">
                 <input name="markdownSetting[markdown:isEnabledLinebreaks]" value="true" type="radio"
-                    {% if true === markdownSetting['markdown:isEnabledLinebreaks'] %}checked{% endif %}> 有効
+                    {% if true === markdownSetting['markdown:isEnabledLinebreaks'] %}checked{% endif %}> {{ t('valid') }}
               </label>
               <label class="btn btn-default {% if !markdownSetting['markdown:isEnabledLinebreaks'] %}active{% endif %}" data-active-class="primary">
                 <input name="markdownSetting[markdown:isEnabledLinebreaks]" value="false" type="radio"