Update to static translated locale display names

This commit is contained in:
Jamie Kyle 2023-11-08 12:39:56 -08:00 committed by GitHub
parent bb8e7af905
commit ec71342691
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
13 changed files with 238 additions and 57 deletions

View file

@ -4,3 +4,4 @@
import { ipcRenderer } from 'electron';
export const localeMessages = ipcRenderer.sendSync('locale-data');
export const localeDisplayNames = ipcRenderer.sendSync('locale-display-names');