Added translations library

This commit is contained in:
Juan Gilsanz Polo
2024-02-22 00:52:07 +01:00
parent 658adb7e2c
commit 3fd32ca5fa
13 changed files with 571 additions and 88 deletions

View File

@@ -1,5 +1,7 @@
import 'package:flutter/material.dart';
import 'package:my_linkding/i18n/strings.g.dart';
class Links extends StatelessWidget {
const Links({Key? key}) : super(key: key);
@@ -16,7 +18,7 @@ class Links extends StatelessWidget {
floating: true,
centerTitle: false,
forceElevated: innerBoxIsScrolled,
title: Text("Links"),
title: Text(t.links.links),
),
),
],