Skip to content

Commit 8370220

Browse files
committed
version bump
1 parent c5a4215 commit 8370220

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
This package offers translations for accounts-base, accounts-passwords, accounts-entry, accounts-templates-core and billing. Contributions for other packages are welcome. We try to translate only messages that might pop up at a users screen as developers are expected to understand English errors anyway.
44

5-
Translations are currently available for Arabic, Catalan, Chinese (Mandarin), Chinese (Traditional), Chinese (Hong Kong), Croatian, Czech, Danish, Dutch, Estoninan, Farsi, Finish, French, German, Greek, Hebrew, Hungarian, Indonesian, Italian, Japanese, Khmer, Korean, Norwegian, Polish, Portuguese (Brasil), Portugues (Portugal), Romanian, Russian, Slovak, Slovenian, Spanish (South America), Spanish (Spain), Swedish, Thai, Turkish, Ukrainian and Vietnamese.
5+
Translations are currently available for Arabic, Catalan, Chinese (Mandarin), Chinese (Traditional), Chinese (Hong Kong), Croatian, Czech, Danish, Dutch, Estoninan, Farsi, Finish, French, French (Canada), German, Greek, Hebrew, Hungarian, Indonesian, Italian, Japanese, Khmer, Korean, Norwegian, Polish, Portuguese (Brasil), Portugues (Portugal), Romanian, Russian, Slovak, Slovenian, Spanish (South America), Spanish (Spain), Swedish, Thai, Turkish, Ukrainian and Vietnamese.
66

77
## Installation
88
```meteor add softwarerero:accounts-t9n```
@@ -126,6 +126,7 @@ et | Estonian | krishaamer
126126
fa | Farsi | pajooh
127127
fi | Finnish | xet7
128128
fr | French | djhi
129+
fr_CA | French (Canada) | huguesbrunelle
129130
he | Hebrew | noamyoungerm
130131
hr | Croatian | tnedich
131132
hu | Hungarian | balazskiss

package.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
Package.describe({
22
summary: "Almost i18n, with standard translations for basic meteor packages.",
3-
version: "1.3.9",
3+
version: "1.3.10",
44
name: "softwarerero:accounts-t9n",
55
git: "https://github.com/softwarerero/meteor-accounts-t9n.git",
66
});
77

88
DEFAULT_LANGUAGES = ['ar', 'ca', 'cs', 'da', 'de', 'el', 'en', 'es', 'et',
9-
'es_ES', 'fa', 'fi', 'fr', 'he', 'hr', 'hu', 'id', 'it', 'ja', 'kh', 'ko', 'nl', 'no_NB', 'pl', 'pt', 'pt_PT', 'ro', 'ru', 'sk', 'sl', 'sv', 'th','tr', 'uk', 'vi', 'zh_CN', 'zh_TW', 'zh_HK'];
9+
'es_ES', 'fa', 'fi', 'fr', 'fr_CA', 'he', 'hr', 'hu', 'id', 'it', 'ja', 'kh', 'ko', 'nl', 'no_NB', 'pl', 'pt', 'pt_PT', 'ro', 'ru', 'sk', 'sl', 'sv', 'th','tr', 'uk', 'vi', 'zh_CN', 'zh_TW', 'zh_HK'];
1010

1111
LANGUAGES = DEFAULT_LANGUAGES;
1212
if(process.env.T9N_LANGUAGES) {

smart.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Translations for the meteor account's error messages",
44
"homepage": "https://github.com/softwarerero/meteor-accounts-t9n",
55
"author": "Stefan Undorf <el@softwarerero.com>",
6-
"version": "1.3.9",
6+
"version": "1.3.10",
77
"git": "https://github.com/softwarerero/meteor-accounts-t9n.git",
88
"packages": {}
99
}

0 commit comments

Comments
 (0)