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');
<   }
CommentFileSizeAuthor
service_links_he.po7.65 KBgilf

Comments

gilf’s picture

Sorry, forgot the diff for the POT files:

242,257d241
< #: service_links.module:277
< msgid "hadash-hot"
< msgstr ""
<
< #: service_links.module
< msgid "Bookmark this post on hadash-hot"
< msgstr ""
<
< #: service_links.module:277
< msgid "shaveh"
< msgstr ""
<
< #: service_links.module
< msgid "Bookmark this post on shaveh"
< msgstr ""
<
frjo’s picture

Status: Active » Fixed

Thanks! Committed to 4.7 and head.

Anonymous’s picture

Status: Fixed » Closed (fixed)