Created
January 28, 2020 04:33
-
-
Save msjavan/fe88cdf8a4183d0262a58b91eead5cdc to your computer and use it in GitHub Desktop.
src/client/config.js
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
export default | |
{ | |
auth: { | |
ui: { | |
title: 'Please login to Dashboard' | |
} | |
}, | |
languages: { | |
fa_FA: 'Persian', | |
} | |
}; | |
export * from './locales.js' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment