个人工具

“UbuntuHelp:DebuggingNonEnglishErrors”的版本间的差异

来自Ubuntu中文

跳转至: 导航, 搜索
(新页面: {{From|https://help.ubuntu.com/community/DebuggingNonEnglishErrors}} {{Languages|UbuntuHelp:DebuggingNonEnglishErrors}} The most commonly spoken language among the developers and BugSquad...)
 
第2行: 第2行:
 
{{Languages|UbuntuHelp:DebuggingNonEnglishErrors}}
 
{{Languages|UbuntuHelp:DebuggingNonEnglishErrors}}
 
The most commonly spoken language among the developers and BugSquad is English (or so it seems). Its therefore useful to get english error messages on bug reports.
 
The most commonly spoken language among the developers and BugSquad is English (or so it seems). Its therefore useful to get english error messages on bug reports.
 
 
If a user has posted a non-english error, politely ask them to run the command preceded by
 
If a user has posted a non-english error, politely ask them to run the command preceded by
 
<pre><nowiki>
 
<pre><nowiki>
 
LANGUAGE=C
 
LANGUAGE=C
 
</nowiki></pre>
 
</nowiki></pre>
 
 
for example
 
for example
 
<pre><nowiki>
 
<pre><nowiki>
 
LANGUAGE=C sudo apt-get upgrade
 
LANGUAGE=C sudo apt-get upgrade
 
</nowiki></pre>
 
</nowiki></pre>
 
 
 
[[category:CategoryDocumentation]]
 
[[category:CategoryDocumentation]]
  
 
[[category:UbuntuHelp]]
 
[[category:UbuntuHelp]]

2007年11月30日 (五) 16:41的版本

The most commonly spoken language among the developers and BugSquad is English (or so it seems). Its therefore useful to get english error messages on bug reports. If a user has posted a non-english error, politely ask them to run the command preceded by

LANGUAGE=C

for example

LANGUAGE=C sudo apt-get upgrade