Changeset 327587
- Timestamp:
- 12/31/2010 05:06:33 PM (15 years ago)
- Location:
- hyphenator/trunk
- Files:
-
- 2 edited
-
options.php (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
hyphenator/trunk/options.php
r327580 r327587 27 27 "el-polyton" => "Ελληνικά (polyton)", 28 28 "el-monoton" => "Ελληνικά (monoton)", 29 "grc" => "Ἑλληνικά ( historic)",29 "grc" => "Ἑλληνικά (ancient)", 30 30 "be" => "Беларуская мова", 31 31 "bn" => "বাংলা", … … 141 141 <?php 142 142 $i = 0; 143 $count = ceil(count($hyphenator_langindex) / 5);143 $count = ceil(count($hyphenator_langindex) / 3); 144 144 foreach ($hyphenator_langindex as $lang => $language) { 145 145 if ($i % $count == 0 && $i != 0) { -
hyphenator/trunk/readme.txt
r145114 r327587 4 4 Tags: hyphenator, hyphenation, hyphenate, hypen, softhyphen, pattern, JavaScript, HTML, XHTML, shy, Silbentrennung, Worttrennung, Trennmuster 5 5 Requires at least: 2.7 6 Tested up to: 2.8.46 Tested up to: 3.0.4 7 7 Stable tag: 2.3.1 8 8
Note: See TracChangeset
for help on using the changeset viewer.