File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
1
node_modules
2
+ .idea
2
3
npm-debug.log
Original file line number Diff line number Diff line change 83
83
/**
84
84
* Set the fallback locale being used.
85
85
*
86
- * @param string fallback
86
+ * @param fallback { string} The fallback locale.
87
87
*
88
88
* @return void
89
89
*/
146
146
* Get the plural or singular form of the message specified based on an integer value.
147
147
*
148
148
* @param key {string} The key of the message.
149
- * @param count {integer } The number of elements.
149
+ * @param count {number } The number of elements.
150
150
* @param replacements {object} The replacements to be done in the message.
151
151
*
152
152
* @return {string } The translation message according to an integer value.
209
209
* This method act as an alias to choice() method.
210
210
*
211
211
* @param key {string} The key of the message.
212
- * @param count {integer } The number of elements.
212
+ * @param count {number } The number of elements.
213
213
* @param replacements {object} The replacements to be done in the message.
214
214
*
215
215
* @return {string } The translation message according to an integer value.
You can’t perform that action at this time.
0 commit comments