summaryrefslogtreecommitdiff
path: root/include/app_i18n.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/app_i18n.h')
-rw-r--r--include/app_i18n.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/include/app_i18n.h b/include/app_i18n.h
index 4dfbf7e..d30a285 100644
--- a/include/app_i18n.h
+++ b/include/app_i18n.h
@@ -42,6 +42,7 @@ extern "C"
#define _(msg) i18n_get_text(msg)
#endif
+
/**
* @brief Gets the localized translation for the specified string.
*
@@ -51,15 +52,17 @@ extern "C"
* @remarks Do not free the returned value.
*
* @param[in] message The string to be translated
- * @return The localized translation for the given @a message on success,
- * otherwise the given @a message
+ * @return The localized translation for the given @a message on success,
+ * otherwise the given @a message
*/
char *i18n_get_text(const char *message);
+
/**
* @}
*/
+
#ifdef __cplusplus
}
#endif