Fix empty translation.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
pull/1/head
Slávek Banko 6 years ago
parent 4ba689cffa
commit 963ae7f056
No known key found for this signature in database
GPG Key ID: 608F5293A04BE668

@ -68,7 +68,7 @@ TQString CookMLExporter::createContent( const RecipeList& recipes )
head_tag.setAttribute( "title", ( *recipe_it ).title ); head_tag.setAttribute( "title", ( *recipe_it ).title );
head_tag.setAttribute( "servingqty", ( *recipe_it ).yield.amount ); head_tag.setAttribute( "servingqty", ( *recipe_it ).yield.amount );
head_tag.setAttribute( "servingtype", ( *recipe_it ).yield.type ); head_tag.setAttribute( "servingtype", ( *recipe_it ).yield.type );
head_tag.setAttribute( "rid", i18n( "" ) ); //FIXME:what's this...recipe ID?? head_tag.setAttribute( "rid", "" ); //FIXME:what's this...recipe ID??
recipe_tag.appendChild( head_tag ); recipe_tag.appendChild( head_tag );
for ( ElementList::const_iterator cat_it = ( *recipe_it ).categoryList.begin(); cat_it != ( *recipe_it ).categoryList.end(); ++cat_it ) { for ( ElementList::const_iterator cat_it = ( *recipe_it ).categoryList.begin(); cat_it != ( *recipe_it ).categoryList.end(); ++cat_it ) {

@ -1,12 +1,11 @@
# SOME DESCRIPTIVE TITLE. # SOME DESCRIPTIVE TITLE.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
# #
#: src/exporters/cookmlexporter.cpp:71
#, fuzzy #, fuzzy
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2019-01-03 14:08+0100\n" "POT-Creation-Date: 2019-01-03 14:17+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"

Loading…
Cancel
Save