mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-06-19 03:29:26 +01:00
(svn r17844) -Fix (r17790): typo in the documentation
This commit is contained in:
parent
310be2e5be
commit
f30be25e56
@ -35,8 +35,8 @@ version = 0
|
|||||||
; Note that OpenTTD first tries the full ISO code, then the first
|
; Note that OpenTTD first tries the full ISO code, then the first
|
||||||
; two characters and then uses the fallback (no '.<iso code>').
|
; two characters and then uses the fallback (no '.<iso code>').
|
||||||
; The ISO code matching is case sensitive!
|
; The ISO code matching is case sensitive!
|
||||||
; So en_US will be used for en_UK if no en_UK translation is added.
|
; So en_US will be used for en_GB if no en_UK translation is added.
|
||||||
; As a result the below example has 'howdie' for en_US and en_UK but
|
; As a result the below example has 'howdie' for en_US and en_GB but
|
||||||
; 'foo' for all other languages.
|
; 'foo' for all other languages.
|
||||||
description = foo
|
description = foo
|
||||||
description.en_US = howdie
|
description.en_US = howdie
|
||||||
|
@ -35,8 +35,8 @@ version = 0
|
|||||||
; Note that OpenTTD first tries the full ISO code, then the first
|
; Note that OpenTTD first tries the full ISO code, then the first
|
||||||
; two characters and then uses the fallback (no '.<iso code>').
|
; two characters and then uses the fallback (no '.<iso code>').
|
||||||
; The ISO code matching is case sensitive!
|
; The ISO code matching is case sensitive!
|
||||||
; So en_US will be used for en_UK if no en_UK translation is added.
|
; So en_US will be used for en_GB if no en_UK translation is added.
|
||||||
; As a result the below example has 'howdie' for en_US and en_UK but
|
; As a result the below example has 'howdie' for en_US and en_GB but
|
||||||
; 'foo' for all other languages.
|
; 'foo' for all other languages.
|
||||||
description = foo
|
description = foo
|
||||||
description.en_US = howdie
|
description.en_US = howdie
|
||||||
|
Loading…
Reference in New Issue
Block a user