GNOME Bugzilla – Bug 761995
Disambiguate string
Last modified: 2016-02-21 13:21:28 UTC
Please disambiguate this string - Add translation contexts #: ../data/ui/context-menu.ui.h:4 ../src/osmEditDialog.js:167 #| msgid "OpenStreetMap Account" Dev wiki: https://wiki.gnome.org/TranslationProject/DevGuidelines/Translation%20contexts
Hi Dušan! Sorry, I am not that experienced with translations. Which string need context? All OpenStreetMap strings or just the string "OpenStreetMap Account" ? $ git grep "OpenStreetMap Account" | grep -v po data/ui/app-menu.ui: <attribute name="label" translatable="yes">Set up OpenStreetMap Account</attribute> data/ui/osm-account-dialog.ui: <property name="title" translatable="yes">OpenStreetMap Account</property> What context would help? Something like: <property name="title" translatable="yes" context="An account on openstreetmap.org">OpenStreetMap Account</property>
Sorry. I ment this string: #: ../data/ui/context-menu.ui.h:4 ../src/osmEditDialog.js:202 msgid "Add to OpenStreetMap" I just need to split it to two translatable strings. Because one is used for menu item and second for header title. We dont translate it in same way.
(In reply to Dušan from comment #2) > Sorry. I ment this string: > > #: ../data/ui/context-menu.ui.h:4 ../src/osmEditDialog.js:202 msgid "Add to > OpenStreetMap" > > I just need to split it to two translatable strings. Because one is used for > menu item and second for header title. We dont translate it in same way. This has already been fixed, I think?