dereuromark 9 年之前
父节点
当前提交
0064891579
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/I18n/I18n.md

+ 1 - 1
docs/I18n/I18n.md

@@ -53,7 +53,7 @@ Make sure you included the routes for the Tools plugin for this to work or set t
 
 
 ## Using language in URLs
-Instead of the "easy" session-based way you might want to use URLs like `domain.tld/en/controller/action` instead. 
+Instead of the "easy" session-based way you might want to use URLs like `domain.tld/de/controller/action` instead for the non default-language part (English) of the website. 
  
 Switch out the above session check then with
 ```php