diff --git a/coin-flip/i18n/fr.json b/coin-flip/i18n/fr.json new file mode 100644 index 00000000..c9a21267 --- /dev/null +++ b/coin-flip/i18n/fr.json @@ -0,0 +1,15 @@ +{ + "common": { + "heads": "Face", + "tails": "Pile" + }, + "settings": { + "delay": { + "label": "Délai d'animation", + "description": "Délai entre les images" + } + }, + "widget": { + "tooltip": "Pile ou face" + } +} diff --git a/coin-flip/manifest.json b/coin-flip/manifest.json index 3036f1b4..84ebd5be 100644 --- a/coin-flip/manifest.json +++ b/coin-flip/manifest.json @@ -1,7 +1,7 @@ { "id": "coin-flip", "name": "Coin Flipper", - "version": "1.2.0", + "version": "1.2.1", "author": "DanisDeveloper", "description": "Simple bar widget with notification about result", "repository": "https://github.com/noctalia-dev/noctalia-plugins",