Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
project
drupal
Commits
8f929857
Commit
8f929857
authored
Jun 18, 2007
by
Gábor Hojtsy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Corrected documentation for plid to reflect chaining.
parent
25b01f6c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
modules/locale/locale.schema
modules/locale/locale.schema
+1
-1
No files found.
modules/locale/locale.schema
View file @
8f929857
...
...
@@ -54,7 +54,7 @@ function locale_schema() {
'translation'
=>
array
(
'type'
=>
'text'
,
'mysql_type'
=>
'blob'
,
'not null'
=>
TRUE
),
// Language code referencing the languages table.
'language'
=>
array
(
'type'
=>
'varchar'
,
'length'
=>
12
,
'not null'
=>
TRUE
,
'default'
=>
''
),
// Parent lid (lid of the
singular form
) in case of plural strings.
// Parent lid (lid of the
previous string in the plural chain
) in case of plural strings.
'plid'
=>
array
(
'type'
=>
'int'
,
'not null'
=>
TRUE
,
'default'
=>
0
),
// Plural index number in case of plural strings.
'plural'
=>
array
(
'type'
=>
'int'
,
'not null'
=>
TRUE
,
'default'
=>
0
)
...
...
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