Welcome to mirror list, hosted at ThFree Co, Russian Federation.

locale_linux.cpp « platform - github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: df68fe9e2def7dc94a4139c2e9b2d2a5c668dc4f (plain)
1
2
3
4
5
6
7
8
9
10
#include "platform/locale.hpp"

namespace platform
{
Locale GetCurrentLocale()
{
  return {"", "", ""};
}
}  // namespace platform