Blender V5.0
messages.hh File Reference
#include <optional>
#include <string>
#include "BLI_string_ref.hh"
#include "BLI_vector.hh"

Go to the source code of this file.

Namespaces

namespace  blender
namespace  blender::locale

Functions

void blender::locale::init (const StringRef locale_full_name, const Vector< std::string > &domains, const Vector< std::string > &paths)
void blender::locale::free ()
std::optional< StringRefNullblender::locale::translate (const int domain, const StringRef context, const StringRef key)
const char * blender::locale::full_name ()

Detailed Description

Adapted from boost::locale.

Definition in file messages.hh.