Index: trunk/extensions/wikihiero/SpecialHieroglyphs.php |
— | — | @@ -28,6 +28,9 @@ |
29 | 29 | array( 'code' => ':', 'message' => 'wikihiero-juxtaposition', 'example' => 'p*t' ), |
30 | 30 | array( 'code' => '!', 'message' => 'wikihiero-eol', 'example' => 'A1-B1 ! C1-D1' ), |
31 | 31 | array( 'code' => '\\', 'message' => 'wikihiero-mirror', 'example' => 'A1\-A1' ), |
| 32 | + array( 'code' => '..', 'message' => 'wikihiero-void', 'example' => 'A1 .. B1' ), |
| 33 | + array( 'code' => '..', 'message' => 'wikihiero-half-void', 'example' => 'A1 . B1' ), |
| 34 | + array( 'code' => '<!-- -->', 'message' => 'wikihiero-comment', 'example' => 'A<!-- B1 -->1' ), |
32 | 35 | ); |
33 | 36 | private $helpColumns = array( |
34 | 37 | 'code', |
Index: trunk/extensions/wikihiero/wikihiero.i18n.php |
— | — | @@ -25,6 +25,9 @@ |
26 | 26 | 'wikihiero-superposition' => 'Subdivision', |
27 | 27 | 'wikihiero-juxtaposition' => 'Juxtaposition', |
28 | 28 | 'wikihiero-mirror' => 'Mirror a hieroglyph', |
| 29 | + 'wikihiero-void' => 'Full-width void block', |
| 30 | + 'wikihiero-half-void' => 'Half-width void block', |
| 31 | + 'wikihiero-comment' => 'Comment', |
29 | 32 | 'wikihiero-load-error' => 'Load error!', |
30 | 33 | 'wikihiero-category-A' => 'A: Man and his occupations', |
31 | 34 | 'wikihiero-category-B' => 'B: Woman and her occupations', |