Skip to content
This repository was archived by the owner on May 16, 2019. It is now read-only.

Commit 8420b64

Browse files
committed
fix missing commas in translations
1 parent e21cfee commit 8420b64

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

js/models/languagesMd.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -2015,11 +2015,11 @@ module.exports = Backbone.Model.extend({
20152015
pagesMods: "Servizi di moderazione",
20162016
pagesBasic: "Utenti normali",
20172017
listingsCurated: "Dai negozi che seguo",
2018-
listingsAll: "Da tutti i negozi"
2018+
listingsAll: "Da tutti i negozi",
20192019
categoryAll: "Tutti"
20202020
},
20212021
nav: {
2022-
searchPlaceholder: "Scrivi un @Nickname, OpenBazaar ID o #tag..."
2022+
searchPlaceholder: "Scrivi un @Nickname, OpenBazaar ID o #tag...",
20232023
myPage: "La mia pagina",
20242024
testMode: "Modalità Test",
20252025
customizePage: "Personalizza pagina",

0 commit comments

Comments
 (0)