You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| expirationTime | Time between translation refreshes in ms |
36
36
| loadPath | The endpoint from where the translations will be loaded |
37
+
| storagePrefix | Prefix for the location where the cache is persisted |
37
38
38
39
### Airtable table structure
39
40
@@ -69,7 +70,29 @@ export function GenericExample() {
69
70
}
70
71
```
71
72
73
+
## Refresh translations
74
+
75
+
If translations change commonly, consider updating the `storagePrefix` to make sure all users are using the latest translations. This prefix acts as a cache-busting mechanism.
0 commit comments