Closed (fixed)
Project:
Sky
Version:
6.x-3.9
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
20 Nov 2009 at 16:25 UTC
Updated:
11 Mar 2010 at 20:06 UTC
Sky seems to default to English for Views Pager text - "Next" "Last" etc.
Could someone please point me to a way to modify this - I would like to see these in German.
Comments
Comment #1
jacineHi,
Sky overrides theme_pager(), but only for markup changes. If you look at lines 148-151 of functions/theme-overrides.inc you'll see that nothing has been changed from the way core does it, and the strings are running through t() so they should be translatable.
Comment #2
.zLaW commentedHi Jacine,
Sorry about the very late reply, but I was off radar the last while.
These lines do not translate, the reason being the « etc. symbols inside of the t().
The fix:
Thanks for the great theme!