Attached is a hebrew .po file.
diff for the local sites:
107,118d106
< $form['what_links_to_show']['service_links_show_hadash-hot'] = array(
< '#type' => 'checkbox',
< '#title' => t('Show hadash-hot link'),
< '#return_value' => 1,
< '#default_value' => variable_get('service_links_show_hadash-hot', 0),
< );
< $form['what_links_to_show']['service_links_show_shaveh'] = array(
< '#type' => 'checkbox',
< '#title' => t('Show shaveh link'),
< '#return_value' => 1,
< '#default_value' => variable_get('service_links_show_shaveh', 0),
< );
315,320d302
< if (variable_get('service_links_show_hadash-hot', 0)) {
< $links[] = theme('service_links_build_link', t('hadash-hot'), "http://www.hadash-hot.co.il/submit?url=$url&phase=1", t('Bookmark this post on hadash-hot.'), 'hadashot.png');
< }
< if (variable_get('service_links_show_shaveh', 0)) {
< $links[] = theme('service_links_build_link', t('shaveh'), "http://shaveh.co.il/submit.php?url=$url", t('Bookmark this post on shaveh.'), 'shaveh.png');
< }
| Comment | File | Size | Author |
|---|---|---|---|
| service_links_he.po | 7.65 KB | gilf |
Comments
Comment #1
gilf commentedSorry, forgot the diff for the POT files:
Comment #2
frjo commentedThanks! Committed to 4.7 and head.
Comment #3
(not verified) commented