Closed (fixed)
Project:
Geolocation Field
Version:
7.x-1.0-beta1
Component:
Google Maps geolocation
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
9 Sep 2011 at 11:47 UTC
Updated:
22 Nov 2012 at 14:40 UTC
Jump to comment: Most recent file
Comments
Comment #1
bambilicious commentedComment #2
jm.federico commentedThank for the patch
Commited to latest dev.
http://drupal.org/commitlog/commit/5688/98b7da12745f62c4edfcf9b5970109a1...
Cheers
Comment #4
Sinan Erdem commentedSimilarly;
and
Are also not translatable...
Comment #5
hutch commentedYou need to update to 7.x-1.1 or dev
Comment #6
Sinan Erdem commentedI already updated, cleared the cache, refreshed strings, but it doesnt change anything. I cannot find those strings that are written inside t().
Comment #7
hutch commentedI searched geolocation folder (current git pull):
and found
modules/geolocation_googlemaps/geolocation_googlemaps.module:353:
'#markup' => t('Get location'),looked on line 353 and it is there.
searched again
and found
modules/geolocation_googlemaps/geolocation_googlemaps_widget.js:210:
looked in geolocation_googlemaps_widget.js line 210 and it's all wrapped in Drupal.t()
So the problem lies elsewhere.
Comment #8
Sinan Erdem commentedHi Hutch,
Thanks for the reply. I think I have a problem elsewhere. I cannot see any string that are inside t() from any module. JS strings are ok, but php strings are not. (Do you know anything about this different problem?)
So, sorry to reopen this issue again. Closing...