You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2026-05-22 09:05:38 +02:00
Started fixing ReactNative app
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
import { sprintf } from 'sprintf-js';
|
||||
|
||||
// This function does nothing for now, but later will return
|
||||
// a different string depending on the language.
|
||||
function _(s, ...args) {
|
||||
return sprintf(s, ...args);
|
||||
}
|
||||
|
||||
export { _ };
|
||||
Reference in New Issue
Block a user