support language translation.

This commit is contained in:
2025-07-04 19:29:11 +09:00
parent 137105311e
commit 5803a133c3
12 changed files with 254 additions and 108 deletions

View File

@@ -42,7 +42,7 @@ type UpdateRecordAttachmentFieldValue = UpdateRecordAttachmentFieldValueItem[];
| kintone.events.MobileAppRecordCreateSubmitSuccessEvent
| kintone.events.MobileAppRecordEditSubmitSuccessEvent,
) => {
const context = await getPluginContext(event.appId);
const context = await getPluginContext(event.appId, false);
const mappings = filterConfigByPluginContext(loadPluginConfigLookup(PLUGIN_ID), context);
if (mappings == null) {
return event;