mirror of
https://github.com/odin-lang/Odin.git
synced 2026-05-29 15:15:08 +00:00
16 lines
348 B
Odin
16 lines
348 B
Odin
#+build freestanding
|
|
#+build js
|
|
package i18n
|
|
/*
|
|
Internationalization helpers.
|
|
|
|
Copyright 2021-2022 Jeroen van Rijn <nom@duclavier.com>.
|
|
Made available under Odin's license.
|
|
|
|
List of contributors:
|
|
Jeroen van Rijn: Initial implementation.
|
|
*/
|
|
@(private)
|
|
parse_qt :: proc { parse_qt_linguist_from_bytes }
|
|
|
|
parse_mo :: proc { parse_mo_from_bytes } |