diff --git a/Cite.i18n.php b/Cite.i18n.php index aa406e065..f67e9d6ad 100644 --- a/Cite.i18n.php +++ b/Cite.i18n.php @@ -49,8 +49,8 @@ $wgCiteMessages['en'] = array( 'cite_references_link_many_format' => '[[#$1|$2]]', # An item from this set is passed as $3 in the message above 'cite_references_link_many_format_backlink_labels' => 'a b c d e f g h i j k l m n o p q r s t u v w x y z', - 'cite_references_link_many_sep' => "\xc2\xa0", //   - 'cite_references_link_many_and' => "\xc2\xa0", // &nbps; + 'cite_references_link_many_sep' => " ", + 'cite_references_link_many_and' => " ", # Although I could just use # instead of
  • above and nothing here that # will break on input that contains linebreaks @@ -98,8 +98,8 @@ $wgCiteMessages['cs'] = array( 'cite_references_link_many_format' => '[[#$1|$2]]', # An item from this set is passed as $3 in the message above 'cite_references_link_many_format_backlink_labels' => 'a b c d e f g h i j k l m n o p q r s t u v w x y z', - 'cite_references_link_many_sep' => "\xc2\xa0", //   - 'cite_references_link_many_and' => "\xc2\xa0", //   + 'cite_references_link_many_sep' => ' ', + 'cite_references_link_many_and' => ' ', # Although I could just use # instead of
  • above and nothing here that # will break on input that contains linebreaks @@ -191,8 +191,8 @@ $wgCiteMessages['he'] = array( 'cite_references_link_many_format' => '[[#$1|$2]]', # An item from this set is passed as $3 in the message above 'cite_references_link_many_format_backlink_labels' => 'a b c d e f g h i j k l m n o p q r s t u v w x y z', - 'cite_references_link_many_sep' => "\xc2\xa0", //   - 'cite_references_link_many_and' => "\xc2\xa0", // &nbps; + 'cite_references_link_many_sep' => " ", + 'cite_references_link_many_and' => " ", # Although I could just use # instead of
  • above and nothing here that # will break on input that contains linebreaks @@ -428,8 +428,8 @@ $wgCiteMessages['sk'] = array( 'cite_references_link_many_format' => '[[#$1|$2]]', # An item from this set is passed as $3 in the message above 'cite_references_link_many_format_backlink_labels' => 'a b c d e f g h i j k l m n o p q r s t u v w x y z', - 'cite_references_link_many_sep' => "\xc2\xa0", //   - 'cite_references_link_many_and' => "\xc2\xa0", // &nbps; + 'cite_references_link_many_sep' => ' ', + 'cite_references_link_many_and' => ' ', # Although I could just use # instead of
  • above and nothing here that # will break on input that contains linebreaks @@ -477,8 +477,8 @@ $wgCiteMessages['zh-cn'] = array( 'cite_references_link_many_format' => '[[#$1|$2]]', # An item from this set is passed as $3 in the message above 'cite_references_link_many_format_backlink_labels' => 'a b c d e f g h i j k l m n o p q r s t u v w x y z', - 'cite_references_link_many_sep' => "\xc2\xa0", //   - 'cite_references_link_many_and' => "\xc2\xa0", // &nbps; + 'cite_references_link_many_sep' => ' ', + 'cite_references_link_many_and' => ' ', # Although I could just use # instead of
  • above and nothing here that # will break on input that contains linebreaks @@ -526,8 +526,8 @@ $wgCiteMessages['zh-tw'] = array( 'cite_references_link_many_format' => '[[#$1|$2]]', # An item from this set is passed as $3 in the message above 'cite_references_link_many_format_backlink_labels' => 'a b c d e f g h i j k l m n o p q r s t u v w x y z', - 'cite_references_link_many_sep' => "\xc2\xa0", //   - 'cite_references_link_many_and' => "\xc2\xa0", // &nbps; + 'cite_references_link_many_sep' => ' ', + 'cite_references_link_many_and' => ' ', # Although I could just use # instead of
  • above and nothing here that # will break on input that contains linebreaks @@ -575,8 +575,8 @@ $wgCiteMessages['zh-yue'] = array( 'cite_references_link_many_format' => '[[#$1|$2]]', # An item from this set is passed as $3 in the message above 'cite_references_link_many_format_backlink_labels' => 'a b c d e f g h i j k l m n o p q r s t u v w x y z', - 'cite_references_link_many_sep' => "\xc2\xa0", //   - 'cite_references_link_many_and' => "\xc2\xa0", // &nbps; + 'cite_references_link_many_sep' => ' ', + 'cite_references_link_many_and' => ' ', # Although I could just use # instead of
  • above and nothing here that # will break on input that contains linebreaks