fxa/libs/shared/l10n
Ben Bangert d39fca36e5
chore: update nx to 19.5.1 and typescript to 5.5.3
Because:

* nx 19.5.1 has been released
* typescript 5.5.3 has been released

This commit:

* updates nx to 19.5.1
* updates typescript to 5.5.3
2024-07-23 22:37:41 +00:00
..
src chore: update nx to 19.5.1 and typescript to 5.5.3 2024-07-23 22:37:41 +00:00
tests/__mocks__ feat(next): add l10n to localizer for next rsc 2024-04-08 14:58:17 -04:00
.eslintrc.json feat(libs): move fxa-shared/l10n to libs/shared/l10n 2023-10-04 16:08:01 -04:00
.swcrc feat(libs): convert libs/* to esbuild and swc/jest 2024-06-27 15:28:55 -04:00
README.md fix(l10n): Ensure Settings and Payments are displayed RTL for RTL locales 2023-10-23 13:12:19 -07:00
jest.config.ts feat(next): add l10n to localizer for next rsc 2024-04-08 14:58:17 -04:00
package.json feat(libs): convert libs/* to esbuild and swc/jest 2024-06-27 15:28:55 -04:00
project.json feat(libs): convert libs/* to esbuild and swc/jest 2024-06-27 15:28:55 -04:00
tsconfig.json feat(libs): move fxa-shared/l10n to libs/shared/l10n 2023-10-04 16:08:01 -04:00
tsconfig.lib.json feat(libs): move fxa-shared/l10n to libs/shared/l10n 2023-10-04 16:08:01 -04:00
tsconfig.spec.json feat(libs): move fxa-shared/l10n to libs/shared/l10n 2023-10-04 16:08:01 -04:00

README.md

shared-l10n

This library was generated with Nx.

Building

Run nx build shared-l10n to build the library.

Running unit tests

Run nx run shared-l10n:test-unit to execute the unit tests via Jest.