Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions coin-flip/i18n/fr.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"common": {
"heads": "Face",
"tails": "Pile"
},
"settings": {

},
"widget": {
"tooltip": "Pile ou face"
}
}
2 changes: 1 addition & 1 deletion coin-flip/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "coin-flip",
"name": "Coin Flipper",
"version": "1.1.2",
"version": "1.1.3",
"author": "DanisDeveloper",
"description": "Simple bar widget with notification about result",
"repository": "https://github.com/noctalia-dev/noctalia-plugins",
Expand Down