2014-03-06 Murray Cumming Add explanatory comment about LC_NUMERIC and 4 digit years. 2014-03-05 Murray Cumming ReportBuilder: Take a std::locale instead of a std::string locale name. * glom/libglom/data_structure/glomconversions.[h|cc]: Remove the recently-added get_text_for_gda_value() overload that took a ustring locale ID. * glom/libglom/report_builder.[h|cc]: Constructor: Take a std::locale instead of just a locale name, because we need the full locale (name) for use with get_text_for_gda_value(). Use Utils::locale_simplify() to get the locale ID for use with translations. This means that we will ignore a temporarily-chosen translation, because we have no way to get the full locale name from the simpler currently-set locale ID, but that is not so bad. * glom/frame_glom.cc: * glom/mode_data/box_data_manyrecords.cc: * tests/test_selfhosting_new_then_report.cc: * tests/test_selfhosting_new_then_report_summary.cc: Adapted. 2014-03-05 Murray Cumming Re-export examples to .po files. 2014-03-05 Murray Cumming Import examples translations 2014-02-23 Balázs Úr Updated Hungarian translation 2014-02-18 Dimitris Spingos Added Greek help translation 2014-02-09 Christian Kirbach Updated German translation 2014-02-03 Dimitris Spingos Updated Greek translation 2014-01-31 Мирослав Николић Updated Serbian translation 2014-01-31 Murray Cumming