summaryrefslogtreecommitdiffstats
path: root/app/l10n_util_posix.cc
diff options
context:
space:
mode:
Diffstat (limited to 'app/l10n_util_posix.cc')
-rw-r--r--app/l10n_util_posix.cc14
1 files changed, 14 insertions, 0 deletions
diff --git a/app/l10n_util_posix.cc b/app/l10n_util_posix.cc
new file mode 100644
index 0000000..c6797c2
--- /dev/null
+++ b/app/l10n_util_posix.cc
@@ -0,0 +1,14 @@
+// Copyright (c) 2009 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+#include "app/l10n_util.h"
+
+namespace l10n_util {
+
+// Return true blindly for now.
+bool IsLocaleSupportedByOS(const std::wstring& locale) {
+ return true;
+}
+
+} // namespace l10n_util