summaryrefslogtreecommitdiffstats
path: root/tools/lint/test/files/fluent-lint/brand-names.ftl
blob: c338d920caac1f15c5ea0ae38648daa5c4739e10 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
bad-firefox1 = Welcome to Firefox

# Comment should be ignored when displaying the offset of the error
bad-firefox2 = Welcome to Firefox again
bad-firefox2b = <span>Welcome to Firefox<span> again
bad-firefox3 = <b>Firefox</b>
bad-firefox-excluded = <b>Firefox</b>

bad-mozilla1 = Welcome to Mozilla
bad-mozilla2 = Welcome to Mozilla again
bad-mozilla2b = <span>Welcome to Mozilla</span> again
bad-mozilla3 = <b>Mozilla</b>

bad-thunderbird1 = Welcome to Thunderbird
bad-thunderbird2 = <span>Welcome to Thunderbird</span> again
bad-thunderbird3 = <b>Thunderbird</b>

good-firefox1 = Welcome to { -brand-firefox }
good-firefox2 = Welcome to { firefox-message }

good-mozilla1 = Welcome to { -brand-mozilla }
good-mozilla2 = Welcome to { mozilla-message }

good-thunderbird1 = Welcome to { -brand-thunderbird }
good-thunderbird2 = Welcome to { thunderbird-message }

# There are no brand checks on terms
-brand-firefox = Firefox

bland-message = No brands here.