Dev controller - methods for development
- Source:
Methods
(method HttpPost) AddI18NKeys(d) → {ActionResult}
Add i18n keys (called from dev script which finds all keys in the code and adds them to the database)
Parameters:
Name | Type | Description |
---|---|---|
d |
Dictionary.<string, string> | Keys |
- Source:
Returns:
- Result of the operation
- Type
- ActionResult