summaryrefslogtreecommitdiffstats
path: root/intl/icu/source/test/testdata/ra.txt
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 19:33:14 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 19:33:14 +0000
commit36d22d82aa202bb199967e9512281e9a53db42c9 (patch)
tree105e8c98ddea1c1e4784a60a5a6410fa416be2de /intl/icu/source/test/testdata/ra.txt
parentInitial commit. (diff)
downloadfirefox-esr-upstream.tar.xz
firefox-esr-upstream.zip
Adding upstream version 115.7.0esr.upstream/115.7.0esrupstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'intl/icu/source/test/testdata/ra.txt')
-rw-r--r--intl/icu/source/test/testdata/ra.txt127
1 files changed, 127 insertions, 0 deletions
diff --git a/intl/icu/source/test/testdata/ra.txt b/intl/icu/source/test/testdata/ra.txt
new file mode 100644
index 0000000000..1924670c64
--- /dev/null
+++ b/intl/icu/source/test/testdata/ra.txt
@@ -0,0 +1,127 @@
+// Copyright (C) 2016 and later: Unicode, Inc. and others.
+// License & terms of use: http://www.unicode.org/copyright.html
+//*******************************************************************************
+//*
+//* Copyright (C) 2003, International Business Machines
+//* Corporation and others. All Rights Reserved.
+//*
+//*******************************************************************************
+
+/**
+ * These are top level comments for the bundle. Tag name: ra
+ * @translate yes
+ * @note Comments for tag named ra
+ */
+ra{
+ /**
+ * Top level comments for the string.Tag name: test1
+ * @translate yes
+ * @note {0} represents the position of OSNAME and {1} represents the position of job name
+ * e.g: The OS/400 job named SYSLOG
+ */
+ test1{"The {0} job named {1}"}
+ /**
+ * Tag name: test2
+ * @note This resource is for test2
+ * @translate yes
+ */
+ test2{"some translatable stuff"}
+
+ /**
+ * Top level comments for TestTable. Tag name: TestTable
+ * @translate yes
+ * @note This resource is for TestTable
+ */
+ TestTable{
+ /**
+ * Tag name: test3
+ * @translate yes
+ * @note This resource is for test3
+ */
+ test3{"jasldjfa"}
+ /**
+ * Tag name: test4
+ * @translate yes
+ * @note This resource is for test4
+ */
+ test4{"asdfasdf"}
+ /**
+ * Tag name: test5
+ * @translate yes
+ * @note This resource is for test5
+ */
+ test5:int{1}
+ /**
+ * Tag name: test6
+ * @translate yes
+ * @note This resource is for test6
+ */
+ test6:bin{"0102"}
+ }
+ /**
+ * Top level comments for Tag name: TestArray
+ * @translate yes
+ * @note This resource is for Tag name: Array
+ */
+ TestArray{
+ /**
+ * comments for un-named string
+ * @translate yes
+ * @note This resource is un-named string
+ */
+ :string{"abcde"},
+ /**
+ * comments for un-named int
+ * @translate yes
+ * @note This resource is un-named int
+ */
+ :int{1},
+ /**
+ * comments for un-named binary
+ * @translate yes
+ * @note This resource is for un-named binary
+ */
+ :bin{"12312312"}
+ }
+
+ /**
+ * comments for TestInclude
+ * @translate yes
+ * @note This resource is for TestInclude
+ */
+ TestInclude:include{"translit_rules.txt"}
+
+ /**
+ * comments for TestImport
+ * @translate yes
+ * @note This resource is for TestImport
+ */
+ TestImpport:import{"importtest.bin"}
+
+ /**
+ * comments for TestIntVector
+ * @translate yes
+ * @note This resource is for TestIntVector
+ */
+ TestIntVector{
+ /**
+ * comments for element 1
+ * @translate yes
+ * @note This resource is for element 1
+ */
+ 1,
+ /**
+ * comments for element 2
+ * @translate yes
+ * @note This resource is for element 2
+ */
+ 2,
+ /**
+ * comments for element 3
+ * @translate yes
+ * @note This resource is for element 3
+ */
+ 3
+ }
+
+}