mirror of
https://github.com/apache/cordova-android.git
synced 2025-02-01 02:12:58 +08:00
18 lines
585 B
Properties
18 lines
585 B
Properties
|
# You are reading the ".properties" entry.
|
||
|
! The exclamation mark can also mark text as comments.
|
||
|
lala=\u210A the foo foo \
|
||
|
lalala;
|
||
|
website = http://en.wikipedia.org/
|
||
|
language = English
|
||
|
# The backslash below tells the application to continue reading
|
||
|
# the value onto the next line.
|
||
|
message = Welcome to \
|
||
|
Wikipedia!
|
||
|
# Add spaces to the key
|
||
|
key\ with\ spaces = This is the value that could be looked up with the key "key with spaces".
|
||
|
# Unicode
|
||
|
tab : \u0009
|
||
|
long-unicode : \u00000009
|
||
|
space\ separator key val \n three
|
||
|
another-test ::: hihi
|
||
|
null-prop
|