ソースを参照

[#413] initialization of preview generator now uses the global tracim language variable

Skylsmoi 7 年 前
コミット
283a6a9597
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1 1
      tracim/tracim/templates/file/getone.mak

+ 1 - 1
tracim/tracim/templates/file/getone.mak ファイルの表示

@@ -110,7 +110,7 @@
110 110
               (function initialisePreviewGenerator() {
111 111
                 previewGenerator(
112 112
                   document.getElementById('previewGenerator'),
113
-                  'fr_FR',
113
+                  globalTracimLang,
114 114
                   [
115 115
                     % for one_url in url:
116 116
                       '${one_url}',