Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
D
drupal
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Custom Issue Tracker
Custom Issue Tracker
Labels
Merge Requests
315
Merge Requests
315
Requirements
Requirements
List
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Analytics
Analytics
Code Review
Insights
Issue
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
project
drupal
Commits
3c536d68
Commit
3c536d68
authored
Oct 14, 2011
by
Dries
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
- Added missing file.
parent
77bd8f4c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
35 additions
and
0 deletions
+35
-0
modules/locale/tests/locale_test.js
modules/locale/tests/locale_test.js
+35
-0
No files found.
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