Skip to content
This repository has been archived by the owner on Jan 8, 2020. It is now read-only.

Allow merging text domains without plural rules #5908

Closed
wants to merge 1 commit into from
Closed

Allow merging text domains without plural rules #5908

wants to merge 1 commit into from

Conversation

DASPRiD
Copy link
Member

@DASPRiD DASPRiD commented Mar 5, 2014

This pull request fixes the issue addressed by #5277 in a much cleaner way. Thus closes #5277.

@weierophinney weierophinney added this to the 2.3.0 milestone Mar 5, 2014
if ($this->pluralRule === null) {
$this->setPluralRule(PluralRule::fromString('nplurals=2; plural=n != 1;'));
if (self::$defaultPluralRule === null) {
self::$defaultPluralRule = PluralRule::fromString('nplurals=2; plural=n != 1;');
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should it be static:: instead of self:: ?

weierophinney added a commit that referenced this pull request Mar 5, 2014
…al-merging

Allow merging text domains without plural rules
weierophinney added a commit that referenced this pull request Mar 5, 2014
- in order to invoke LSB for extensions
weierophinney added a commit that referenced this pull request Mar 5, 2014
@weierophinney weierophinney self-assigned this Mar 5, 2014
@weierophinney
Copy link
Member

Merged to develop for release in 2.3.0.

weierophinney added a commit to zendframework/zend-i18n that referenced this pull request May 15, 2015
…ix/text-domain-without-plural-merging

Allow merging text domains without plural rules
weierophinney added a commit to zendframework/zend-i18n that referenced this pull request May 15, 2015
- in order to invoke LSB for extensions
weierophinney added a commit to zendframework/zend-i18n that referenced this pull request May 15, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants