remove empty i18n entries that were causing translation server problems.
This commit is contained in:
parent
f73530690e
commit
6301d337c1
2 changed files with 1 additions and 25 deletions
|
|
@ -9,6 +9,7 @@
|
||||||
- fixed: Make sure that Form subclasses are found by WebGUI::Form::FieldType
|
- fixed: Make sure that Form subclasses are found by WebGUI::Form::FieldType
|
||||||
- fixed #9356: Data Form Mail Fields
|
- fixed #9356: Data Form Mail Fields
|
||||||
- fixed #9365: Account: when viewing another person's contribution, it displays my name
|
- fixed #9365: Account: when viewing another person's contribution, it displays my name
|
||||||
|
- fixed #9351: Cannot translate phrase
|
||||||
|
|
||||||
7.6.7
|
7.6.7
|
||||||
- fixed #9263: Thingy possibleValues processing, and List type autodetection.
|
- fixed #9263: Thingy possibleValues processing, and List type autodetection.
|
||||||
|
|
|
||||||
|
|
@ -73,31 +73,6 @@ our $I18N = {
|
||||||
lastUpdated => 0
|
lastUpdated => 0
|
||||||
},
|
},
|
||||||
|
|
||||||
'' => {
|
|
||||||
message => '',
|
|
||||||
lastUpdated => 0
|
|
||||||
},
|
|
||||||
|
|
||||||
'' => {
|
|
||||||
message => '',
|
|
||||||
lastUpdated => 0
|
|
||||||
},
|
|
||||||
|
|
||||||
'' => {
|
|
||||||
message => '',
|
|
||||||
lastUpdated => 0
|
|
||||||
},
|
|
||||||
|
|
||||||
'' => {
|
|
||||||
message => '',
|
|
||||||
lastUpdated => 0
|
|
||||||
},
|
|
||||||
|
|
||||||
'' => {
|
|
||||||
message => '',
|
|
||||||
lastUpdated => 0
|
|
||||||
},
|
|
||||||
|
|
||||||
'32' => {
|
'32' => {
|
||||||
message => q|Show unprivileged pages|,
|
message => q|Show unprivileged pages|,
|
||||||
lastUpdated => 1077080845
|
lastUpdated => 1077080845
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue