Actions
Defect #2801
closedLocale defect in r2501: missing openid related locales, support section have different versions.
Start date:
2009-02-21
Due date:
% Done:
0%
Estimated time:
Resolution:
Affected version:
Description
The openid related strings are missing. Find them with 'openid' or 'open_id'.
The support section have some different versions.
In en.yml and some others:
support:
array:
sentence_connector: "and"
skip_last_comma: false
In es.yml:
support:
array:
sentence_connector: "y"
In fr.yml and some others:
support:
array:
sentence_connector: 'et'
skip_last_comma: true
word_connector: ", "
two_words_connector: " et "
last_word_connector: " et "
In zh.yml and some others:
support:
array:
words_connector: ", "
two_words_connector: " 和 "
last_word_connector: ", 和 "
Actions