Skip to content

Commit 6244fea

Browse files
author
Alexis
committed
fix: leading white space
1 parent b94aa58 commit 6244fea

File tree

12 files changed

+12
-12
lines changed

12 files changed

+12
-12
lines changed

translations/locales/de/translations.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -531,7 +531,7 @@
531531
},
532532
"EditorAccessibility": {
533533
"NoLintMessages": "Keine Lint-Warnungen vorhanden",
534-
"CurrentLine": " Aktuelle Zeile"
534+
"CurrentLine": "Aktuelle Zeile"
535535
},
536536
"Timer": {
537537
"SavedAgo": "Gesichert: {{timeAgo}}"

translations/locales/en-US/translations.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -539,7 +539,7 @@
539539
},
540540
"EditorAccessibility": {
541541
"NoLintMessages": "There are no lint messages",
542-
"CurrentLine": " Current line"
542+
"CurrentLine": "Current line"
543543
},
544544
"Timer": {
545545
"SavedAgo": "Saved: {{timeAgo}}"

translations/locales/es-419/translations.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -530,7 +530,7 @@
530530
},
531531
"EditorAccessibility": {
532532
"NoLintMessages": "No hay mensajes de Lint",
533-
"CurrentLine": " Línea actual"
533+
"CurrentLine": "Línea actual"
534534
},
535535
"Timer": {
536536
"SavedAgo": "Guardado: {{timeAgo}}"

translations/locales/fr-CA/translations.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -533,7 +533,7 @@
533533
},
534534
"EditorAccessibility": {
535535
"NoLintMessages": "Il n'y a pas de messages lint",
536-
"CurrentLine": " Ligne actuelle"
536+
"CurrentLine": "Ligne actuelle"
537537
},
538538
"Timer": {
539539
"SavedAgo": "Sauvegardé: {{timeAgo}}"

translations/locales/hi/translations.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -530,7 +530,7 @@
530530
},
531531
"EditorAccessibility": {
532532
"NoLintMessages": "कोई लिंट मैसेज नहीं",
533-
"CurrentLine": " वर्तमान लाइन"
533+
"CurrentLine": "वर्तमान लाइन"
534534
},
535535
"Timer": {
536536
"SavedAgo": "सेव किया: {{timeAgo}}"

translations/locales/it/translations.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -536,7 +536,7 @@
536536
},
537537
"EditorAccessibility": {
538538
"NoLintMessages": "Non ci sono messaggi",
539-
"CurrentLine": " Linea attuale"
539+
"CurrentLine": "Linea attuale"
540540
},
541541
"Timer": {
542542
"SavedAgo": "Salvato: {{timeAgo}}"

translations/locales/ja/translations.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -530,7 +530,7 @@
530530
},
531531
"EditorAccessibility": {
532532
"NoLintMessages": "リントメッセージはありません",
533-
"CurrentLine": " 現在の行"
533+
"CurrentLine": "現在の行"
534534
},
535535
"Timer": {
536536
"SavedAgo": "保存されました: {{timeAgo}}"

translations/locales/ko/translations.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -518,7 +518,7 @@
518518
},
519519
"EditorAccessibility": {
520520
"NoLintMessages": "There are no lint messages",
521-
"CurrentLine": " Current line"
521+
"CurrentLine": "Current line"
522522
},
523523
"Timer": {
524524
"SavedAgo": "Saved: {{timeAgo}}"

translations/locales/sv/translations.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -533,7 +533,7 @@
533533
},
534534
"EditorAccessibility": {
535535
"NoLintMessages": "Det finns inga Lint-meddelanden",
536-
"CurrentLine": " Aktuell rad"
536+
"CurrentLine": "Aktuell rad"
537537
},
538538
"Timer": {
539539
"SavedAgo": "Sparad: {{timeAgo}}"

translations/locales/tr/translations.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -536,7 +536,7 @@
536536
},
537537
"EditorAccessibility": {
538538
"NoLintMessages": "Lint mesajı yok",
539-
"CurrentLine": " Şu anki satır"
539+
"CurrentLine": "Şu anki satır"
540540
},
541541
"Timer": {
542542
"SavedAgo": "Kaydedildi: {{timeAgo}}"

0 commit comments

Comments
 (0)