mirror of
https://github.com/bitwarden/browser
synced 2026-02-01 09:13:54 +00:00
10 lines
346 B
TypeScript
10 lines
346 B
TypeScript
/** TODO: create mock messages.json file for all of CL in favor of sharing per-Story mocks */
|
|
export const mockLayoutI18n = {
|
|
toggleSideNavigation: "Toggle side navigation",
|
|
skipToContent: "Skip to content",
|
|
submenu: "submenu",
|
|
toggleCollapse: "toggle collapse",
|
|
loading: "Loading",
|
|
resizeSideNavigation: "Resize side navigation",
|
|
};
|