Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow localized display of date/time #227

Open
GoogleCodeExporter opened this issue Apr 2, 2016 · 1 comment
Open

Allow localized display of date/time #227

GoogleCodeExporter opened this issue Apr 2, 2016 · 1 comment

Comments

@GoogleCodeExporter
Copy link

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 paconet....@gmail.com on 1 Oct 2014 at 8:41

@GoogleCodeExporter
Copy link
Author

Forgot the OS:
Linux 3.14-2-amd64 #1 SMP Debian 3.14.15-2 (2014-08-09) x86_64 GNU/Linux

Original comment by paconet....@gmail.com on 1 Oct 2014 at 8:43

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant