Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
3c536d68
Commit
3c536d68
authored
Oct 14, 2011
by
Dries
Browse files
- Added missing file.
parent
77bd8f4c
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/locale/tests/locale_test.js
0 → 100644
View file @
3c536d68
Drupal
.
t
(
"
Standard Call t
"
);
Drupal
.
t
(
"
Whitespace Call t
"
)
;
Drupal
.
t
(
'
Single Quote t
'
);
Drupal
.
t
(
'
Single Quote
\'
Escaped
\'
t
'
);
Drupal
.
t
(
'
Single Quote
'
+
'
Concat
'
+
'
strings
'
+
'
t
'
);
Drupal
.
t
(
"
Double Quote t
"
);
Drupal
.
t
(
"
Double Quote
\"
Escaped
\"
t
"
);
Drupal
.
t
(
"
Double Quote
"
+
"
Concat
"
+
"
strings
"
+
"
t
"
);
Drupal
.
formatPlural
(
1
,
"
Standard Call plural
"
,
"
Standard Call @count plural
"
);
Drupal
.
formatPlural
(
1
,
"
Whitespace Call plural
"
,
"
Whitespace Call @count plural
"
,
)
;
Drupal
.
formatPlural
(
1
,
'
Single Quote plural
'
,
'
Single Quote @count plural
'
);
Drupal
.
formatPlural
(
1
,
'
Single Quote
\'
Escaped
\'
plural
'
,
'
Single Quote
\'
Escaped
\'
@count plural
'
);
Drupal
.
formatPlural
(
1
,
"
Double Quote plural
"
,
"
Double Quote @count plural
"
);
Drupal
.
formatPlural
(
1
,
"
Double Quote
\"
Escaped
\"
plural
"
,
"
Double Quote
\"
Escaped
\"
@count plural
"
);
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment