mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-18 05:40:31 +00:00
WIP Frontend structure & authentication.
This commit is contained in:
6
client/src/lang/en/authentication.js
Normal file
6
client/src/lang/en/authentication.js
Normal file
@@ -0,0 +1,6 @@
|
||||
|
||||
|
||||
export default {
|
||||
"login": "Login",
|
||||
"reset_password": "Reset password",
|
||||
};
|
||||
5
client/src/lang/en/index.js
Normal file
5
client/src/lang/en/index.js
Normal file
@@ -0,0 +1,5 @@
|
||||
|
||||
|
||||
export default {
|
||||
'hello_world': 'Hello World',
|
||||
};
|
||||
Reference in New Issue
Block a user