We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 483584f commit c6500a0Copy full SHA for c6500a0
application/locale.js
@@ -838,11 +838,11 @@ function module_code(library_namespace) {
838
return Array.isArray(_sentence);
839
})) {
840
// e.g., new CeL.gettext.Sentence_combination(
841
- // [ [ 'message', p1 ], [ 'message' ] ])
+ // [ [ 'message', arg1 ], [ 'message' ] ])
842
sentence_combination.append(sentence);
843
} else {
844
845
- // [ 'message', p1, p2 ])
+ // [ 'message', arg1, arg2 ])
846
sentence_combination.push(sentence);
847
}
848
0 commit comments