Closed 9ls1 closed 8 years ago
Honestly, I checked only english and italian and there are no problems with both.
You can change temporarily your language under settings -> options -> locale (and restart QGIS).
Please let me know if that works.
Beautiful! That did the trick, thanks!
Still, I would like to know why that happens...
Can you please try to change: https://github.com/elpaso/qgis-formawarevaluerelationwidget/blob/master/FormAwareValueRelationWidget.py#L51
to just return text?
like:
def tr(text):
return text
works under Ubuntu 15.10 with spanish translation
@luipir thanks for testing, so far seems to fail in norvegian (windows) and finnish (unknown O.S.)
@elpaso changing line 51 as you suggest seems to work. I carried out the changes in code, set the language to Norwegian and restartet QGIS. Form Value Relation appeared correctly:
Thanks for testing... I'll check it out and make a new release!
Thanks for creating this widget that I really would like to use. But, something's wrong. I'm using QGIS 2.12.3 having Norwegian as the language. After installing the plugin, the widget name appears in the list but the "widget" is empty - no input is shown. Any idea how to solve this? Install English version of QGIS? (the Norwegian version is installed automatically, I'm not choosing language during installation.)