Task #7719
Implement Locale class
| Status: | Resolved | Start date: | ||
|---|---|---|---|---|
| Priority: | Must have | Due date: | ||
| Assignee: | Karol Gusak | % Done: | 100% |
|
| Category: | I18n | |||
| Target version: | TYPO3 Flow Base Distribution - 1.0 alpha 11 | |||
| Sprint: | Has patch: | |||
| PHP Version: | Complexity: | |||
| Votes: | 0 |
Description
Locale class is a base for all i18n / l10n functionality in FLOW3. There already exists simple Locale class, so it should be used.
History
Updated by Karol Gusak about 3 years ago
- Priority changed from Should have to Must have
Updated by Karol Gusak about 3 years ago
- % Done changed from 0 to 10
The Locale class was changed a little in Revision 4308. Default values were removed (all fields are now NULL by default), and convenient __toString() method was added. This class will be extended successfully during the implementation of features related to Locale, if/when there will be such need.
Updated by Karol Gusak about 3 years ago
- Status changed from New to Accepted
Updated by Karol Gusak almost 3 years ago
- Status changed from Accepted to Resolved
- % Done changed from 10 to 100
Updated by Karsten Dambekalns almost 3 years ago
- Target version set to 1.0 alpha 11