; This example shows how to say that two files are similar.
; This is practicable if you have two languages, for example Britisch english
; and American english, but just one file. So you can say that American english
; should alway use the contents of the en_EN or en_GB file.
; For this you can use the "use" statement inside of the [info] section.
; IMPORTANT:
; If their is a "use" statement, all other contents of the file will be ignored!
[info]
use="en-EN" ;Says that it should use the en_EN file.
|