Initial Commit.

This commit is contained in:
Ayush Singh 2021-11-01 15:01:02 +05:30
commit 2c6be797a3
5 changed files with 128 additions and 0 deletions

8
tests/tests.rs Normal file
View file

@ -0,0 +1,8 @@
use ki18n_rs::*;
use qmetaobject::prelude::*;
#[test]
fn test_klocalized_init() {
let mut engine = QmlEngine::new();
KLocalizedContext::init_from_engine(&engine);
}