You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to display the date in Spanish. So, I inserted this line
setlocale(LC_TIME, "es_ES");
in gource.cpp, inside
void Gource::updateTime(time_t display_time) {
then built and installed, but date is still in English. I know the whole
compile/install process is working because I have tested other [unrelated]
changes and they worked.
Alternatively, gource could perhaps obey the global locale setting in one's
system.
-- What version of the product are you using? On what operating system?
latest git commit 0d4a8693
Date: Wed Jul 2 10:56:28 2014 +1200
Updated boost autoconf macros to fix multi-arch detection.
Bumped version number.
Thanks
Original issue reported on code.google.com by [email protected] on 1 Oct 2014 at 8:41
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 1 Oct 2014 at 8:41The text was updated successfully, but these errors were encountered: