summaryrefslogtreecommitdiffstats
path: root/vendor/golang.org/x/text/cmd/gotext/examples/extract_http/locales/zh
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2018-04-16 05:37:14 -0700
committerJoram Wilander <jwawilander@gmail.com>2018-04-16 08:37:14 -0400
commit6e2cb00008cbf09e556b00f87603797fcaa47e09 (patch)
tree3c0eb55ff4226a3f024aad373140d1fb860a6404 /vendor/golang.org/x/text/cmd/gotext/examples/extract_http/locales/zh
parentbf24f51c4e1cc6286885460672f7f449e8c6f5ef (diff)
downloadchat-6e2cb00008cbf09e556b00f87603797fcaa47e09.tar.gz
chat-6e2cb00008cbf09e556b00f87603797fcaa47e09.tar.bz2
chat-6e2cb00008cbf09e556b00f87603797fcaa47e09.zip
Depenancy upgrades and movign to dep. (#8630)
Diffstat (limited to 'vendor/golang.org/x/text/cmd/gotext/examples/extract_http/locales/zh')
-rwxr-xr-xvendor/golang.org/x/text/cmd/gotext/examples/extract_http/locales/zh/out.gotext.json35
1 files changed, 0 insertions, 35 deletions
diff --git a/vendor/golang.org/x/text/cmd/gotext/examples/extract_http/locales/zh/out.gotext.json b/vendor/golang.org/x/text/cmd/gotext/examples/extract_http/locales/zh/out.gotext.json
deleted file mode 100755
index 7b26974d5..000000000
--- a/vendor/golang.org/x/text/cmd/gotext/examples/extract_http/locales/zh/out.gotext.json
+++ /dev/null
@@ -1,35 +0,0 @@
-{
- "language": "zh",
- "messages": [
- {
- "id": "Hello {From}!",
- "message": "Hello {From}!",
- "translation": "",
- "placeholders": [
- {
- "id": "From",
- "string": "%[1]s",
- "type": "string",
- "underlyingType": "string",
- "argNum": 1,
- "expr": "r.Header.Get(\"From\")"
- }
- ]
- },
- {
- "id": "Do you like your browser ({User_Agent})?",
- "message": "Do you like your browser ({User_Agent})?",
- "translation": "",
- "placeholders": [
- {
- "id": "User_Agent",
- "string": "%[1]s",
- "type": "string",
- "underlyingType": "string",
- "argNum": 1,
- "expr": "r.Header.Get(\"User-Agent\")"
- }
- ]
- }
- ]
-} \ No newline at end of file