| Package =TWiki::Plurals |
|
< < |
Handle conversion of plural topic names to singular form. |
| |
|
< < | |
> > | Handle conversion of plural topic names to singular form. |
|
> > |
|
| StaticMethod singularForm ($web,$pluralForm) -> $singularForm |
|
< < |
Try to singularise plural topic name.
-
$web - the web the topic must be in
-
$pluralForm - topic name
Returns undef if no singular form exists, otherwise returns the
singular form of the topic
I18N - Only apply plural processing if site language is English, or
if a built-in English-language web (Main, TWiki or Plugins). Plurals
apply to names ending in 's', where topic doesn't exist with plural
name.
Note that this is highly langauge specific, and need to be enabled
on a per-installation basis with $TWiki::cfg{PluralToSingular}. |
> > |
Try to singularise plural topic name.
-
$web - the web the topic must be in
-
$pluralForm - topic name
Returns undef if no singular form exists, otherwise returns the
singular form of the topic
I18N - Only apply plural processing if site language is English, or
if a built-in English-language web (Main, TWiki or Plugins). Plurals
apply to names ending in 's', where topic doesn't exist with plural
name.
Note that this is highly langauge specific, and need to be enabled
on a per-installation basis with $TWiki::cfg{PluralToSingular}. |
| |
| Package =TWiki::Plurals
Handle conversion of plural topic names to singular form.
StaticMethod singularForm ($web,$pluralForm) -> $singularForm
Try to singularise plural topic name.
-
$web - the web the topic must be in
-
$pluralForm - topic name
Returns undef if no singular form exists, otherwise returns the
singular form of the topic
I18N - Only apply plural processing if site language is English, or
if a built-in English-language web (Main, TWiki or Plugins). Plurals
apply to names ending in 's', where topic doesn't exist with plural
name. |
|
< < | SMELL: this is highly langauge specific, and shoud be overridable
on a per-installation basis. |
> > | Note that this is highly langauge specific, and need to be enabled
on a per-installation basis with $TWiki::cfg{PluralToSingular}. |
| |
| Package =TWiki::Plurals
Handle conversion of plural topic names to singular form.
StaticMethod singularForm ($web,$pluralForm) -> $singularForm
Try to singularise plural topic name.
-
$web - the web the topic must be in
-
$pluralForm - topic name
Returns undef if no singular form exists, otherwise returns the
singular form of the topic
I18N - Only apply plural processing if site language is English, or
if a built-in English-language web (Main, TWiki or Plugins). Plurals
apply to names ending in 's', where topic doesn't exist with plural
name.
SMELL: this is highly langauge specific, and shoud be overridable
on a per-installation basis.
|

Copyright © 1999-2025 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki?
Send feedback Note: Please contribute updates to this topic on TWiki.org at
TWiki:TWiki.TWikiPluralsDotPm.