Started renaming crate

Changing from ki18n-rs to ki18n.
Might need more changes after publishing.
This commit is contained in:
Ayush Singh 2021-12-14 21:55:31 +05:30
parent 04aefc80ff
commit 3bf93509a3
5 changed files with 8 additions and 8 deletions

View file

@ -1,4 +1,4 @@
use ki18n_rs::klocalizedcontext::KLocalizedContext;
use ki18n::klocalizedcontext::KLocalizedContext;
use qmetaobject::prelude::*;
mod common;

View file

@ -1,4 +1,4 @@
use ki18n_rs::klocalizedstring::KLocalizedString;
use ki18n::klocalizedstring::KLocalizedString;
use std::ffi::CString;
#[test]