We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4945b5 commit bef106fCopy full SHA for bef106f
3 files changed
.gitignore
@@ -1 +1,3 @@
1
-.idea/
+.idea/
2
+src/Resources/public/
3
+vendor/
README.md
@@ -107,6 +107,15 @@ twig:
107
- '@TeebbTuiEditor/Form/tuieditor_widget.html.twig'
108
109
```
110
+You can config tui.editor language.
111
+```yaml
112
+#config/services.yaml
113
+
114
+parameters:
115
+ locale: 'zh_CN' # Change the locale
116
117
+```
118
119
120
### Step 5: Use the Bundle
121
README_zh.md
@@ -102,6 +102,14 @@ twig:
102
form_themes:
103
104
105
106
+您可以修改tui.editor的语言显示。
### 第5步: 使用TeebbTuiEditorBundle
0 commit comments