소스 검색

Clarified a sentence in docs/topics/i18n/translation.txt.

Wim Feijen 7 년 전
부모
커밋
058f607518
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      docs/topics/i18n/translation.txt

+ 2 - 2
docs/topics/i18n/translation.txt

@@ -2125,5 +2125,5 @@ aware of certain limitations:
 * When an English variant is activated and English strings are missing, the
   fallback language will not be the :setting:`LANGUAGE_CODE` of the project,
   but the original strings. For example, an English user visiting a site with
-  Spanish as the default language and original strings written in Russian will
-  fallback to Russian, not to Spanish.
+  :setting:`LANGUAGE_CODE` set to Spanish and original strings written in
+  Russian will see Russian text rather than Spanish.