Skip to content

Commit

Permalink
fix unexpected end of stream error message
Browse files Browse the repository at this point in the history
  • Loading branch information
b3b00 committed Oct 29, 2024
1 parent 434b4f3 commit 99affe7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/sly/i18n/translations/en.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Unexpected tokens
#
UnexpectedTokenExpecting=unexpected {1} ('{0}'). Expecting {2}.
UnexpectedEosExpecting=unexpected end of stream. Expecting {0}.
UnexpectedEosExpecting=unexpected end of stream. Expecting {2}.
UnexpectedToken=unexpected {0} {1}.
UnexpectedEos=unexpected end of stream.

Expand Down
2 changes: 1 addition & 1 deletion src/sly/i18n/translations/fr.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Unexpected tokens
#
UnexpectedTokenExpecting=Erreur de syntaxe : {1} inattendu ('{0}'). attendu : {2}.
UnexpectedEosExpecting=Erreur de syntaxe : fin de fichier inatendue. attendu : {0}.
UnexpectedEosExpecting=Erreur de syntaxe : fin de fichier inatendue. attendu : {2}.
UnexpectedToken=Erreur de syntaxe : '{0}' {1} inattendu.
UnexpectedEos=Erreur de syntaxe : fin de fichier inattendue..

Expand Down

0 comments on commit 99affe7

Please sign in to comment.