I am new to JHipster. I'm trying to find the next piece of code without really getting it
data-translate="entity.action.edit"
where can i find entity.action.word?
I am trying to add a button function. really confused. Please help me
These are keys that relate to entries in i18n JSON files. entity.action.editis in the file global.jsonfor each language that you installed, and looks something like this:
entity.action.edit
global.json
{ ... "entity": { "action": { ... "edit": "Edit" ... } } ... }
Source: https://habr.com/ru/post/1657065/More articles:JQuery creates a function that will be used to validate input - javascriptVerify std :: function before calling? - c ++Capturing values ββin nested closures - closuresCreate xib UIViewController file for my existing ViewController file in Xcode 8 - iosHow to exclude OPTIONS, HEAD and PATCH options from spring -data-rest entityController - springDjango 1.9 to 1.10 raises NoReverseMatch value: u'en-gb 'is not a registered namespace - pythonTransporter Recognizer for formControlName - angularAFNetworking 3.0 Data cannot be read because it is not in the correct format - iosIt is not possible to change a single enumeration value because it is reassigning an immutable variable - enumsRedis recovery is done on docker from dump.rdb - docker-composeAll Articles