You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-06-15 23:00:36 +02:00
Started fixing ReactNative app
This commit is contained in:
9
ReactNativeClient/lib/locale.js
Normal file
9
ReactNativeClient/lib/locale.js
Normal file
@ -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