Skip to content

Commit 8419b15

Browse files
committed
fix order
1 parent 82fdb14 commit 8419b15

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

i18n/locales/ja-JP.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -993,7 +993,7 @@
993993
},
994994
"github": {
995995
"title": "GitHub",
996-
"connected_as": "として接続済み {username}"
996+
"connected_as": "{username} として接続済み"
997997
}
998998
}
999999
},

i18n/locales/te-IN.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -755,7 +755,7 @@
755755
},
756756
"github": {
757757
"title": "GitHub",
758-
"connected_as": "గా కనెక్ట్ చేయబడింది {username}"
758+
"connected_as": "{username} గా కనెక్ట్ చేయబడింది"
759759
}
760760
}
761761
},

lunaria/files/ja-JP.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -932,7 +932,7 @@
932932
},
933933
"github": {
934934
"title": "GitHub",
935-
"connected_as": "として接続済み {username}"
935+
"connected_as": "{username} として接続済み"
936936
}
937937
}
938938
},

lunaria/files/te-IN.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -757,7 +757,7 @@
757757
},
758758
"github": {
759759
"title": "GitHub",
760-
"connected_as": "గా కనెక్ట్ చేయబడింది {username}"
760+
"connected_as": "{username} గా కనెక్ట్ చేయబడింది"
761761
}
762762
}
763763
},

0 commit comments

Comments
 (0)