Broks Randolfs Gailītis 4c21600576
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 2m24s
Initial nativescript testing
2025-03-02 15:05:30 +02:00

7 lines
224 B
TypeScript

import { Application } from '@nativescript/core';
import { localize } from '@nativescript/localize';
Application.setResources({ L: localize })
Application.run({ moduleName: 'app-root' });
console.log(localize('app.name'));