chore: convert translations back to json

This commit is contained in:
2023-02-15 11:31:02 +00:00
parent b171d75b8c
commit 11fbf916b3
19 changed files with 1978 additions and 2070 deletions

View File

@ -13,6 +13,11 @@ declare module "*.webp" {
export default value;
}
declare module "translations/*.json" {
const value: Record<string, string>;
export default value;
}
declare module "light-bolt11-decoder" {
export function decode(pr?: string): ParsedInvoice;