From 0135904f7d3e1c0e763adaefe267c736616e3d26 Mon Sep 17 00:00:00 2001 From: Christopher Speller Date: Wed, 16 Nov 2016 19:28:52 -0500 Subject: Upgrading server dependancies (#4566) --- .../go-i18n/goi18n/testdata/expected/R.go | 38 ++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 vendor/github.com/nicksnyder/go-i18n/goi18n/testdata/expected/R.go (limited to 'vendor/github.com/nicksnyder/go-i18n/goi18n/testdata/expected') diff --git a/vendor/github.com/nicksnyder/go-i18n/goi18n/testdata/expected/R.go b/vendor/github.com/nicksnyder/go-i18n/goi18n/testdata/expected/R.go new file mode 100644 index 000000000..9b5334a7e --- /dev/null +++ b/vendor/github.com/nicksnyder/go-i18n/goi18n/testdata/expected/R.go @@ -0,0 +1,38 @@ +// DON'T CHANGE THIS FILE MANUALLY +// This file was generated using the command: +// $ goi18n constants + +package R + +// DDays is the identifier for the following localizable string template(s): +// one: "{{.Count}} day" +// other: "{{.Count}} days" +const DDays = "d_days" + +// MyHeightInMeters is the identifier for the following localizable string template(s): +// one: "I am {{.Count}} meter tall." +// other: "I am {{.Count}} meters tall." +const MyHeightInMeters = "my_height_in_meters" + +// PersonGreeting is the identifier for the following localizable string template(s): +// "Hello {{.Person}}" +const PersonGreeting = "person_greeting" + +// PersonUnreadEmailCount is the identifier for the following localizable string template(s): +// one: "{{.Person}} has {{.Count}} unread email." +// other: "{{.Person}} has {{.Count}} unread emails." +const PersonUnreadEmailCount = "person_unread_email_count" + +// PersonUnreadEmailCountTimeframe is the identifier for the following localizable string template(s): +// one: "{{.Person}} has {{.Count}} unread email in the past {{.Timeframe}}." +// other: "{{.Person}} has {{.Count}} unread emails in the past {{.Timeframe}}." +const PersonUnreadEmailCountTimeframe = "person_unread_email_count_timeframe" + +// ProgramGreeting is the identifier for the following localizable string template(s): +// "Hello world" +const ProgramGreeting = "program_greeting" + +// YourUnreadEmailCount is the identifier for the following localizable string template(s): +// one: "You have {{.Count}} unread email." +// other: "You have {{.Count}} unread emails." +const YourUnreadEmailCount = "your_unread_email_count" -- cgit v1.2.3-1-g7c22