mirror of
https://github.com/mudita/MuditaOS.git
synced 2026-07-21 13:35:04 -04:00
12 lines
196 B
C++
12 lines
196 B
C++
// Copyright (c) 2017-2020, Mudita Sp. z.o.o. All rights reserved.
|
|
// For licensing, see https://github.com/mudita/MuditaOS/LICENSE.md
|
|
|
|
#include "i18.hpp"
|
|
|
|
namespace utils
|
|
{
|
|
|
|
i18 localize;
|
|
|
|
}
|