Skip to content

Commit 6be32c9

Browse files
Add localization fixes (#444)
1 parent f58da1a commit 6be32c9

25 files changed

+48323
-32550
lines changed

Diff for: internal/translations/LCL/fr-FR/out.gotext.json.lcl

+2-2
Original file line numberDiff line numberDiff line change
@@ -2264,7 +2264,7 @@
22642264
<Str Cat="Text">
22652265
<Val><![CDATA['{Flag} {Value}': Unexpected argument. Argument value has to be one of {AllowedValues}.]]></Val>
22662266
<Tgt Cat="Text" Stat="Loc" Orig="New">
2267-
<Val><![CDATA['{Flag} {Valeur}' : Argument inattendu. La valeur de l'argument doit être l'une des {AllowedValues}.]]></Val>
2267+
<Val><![CDATA['{Flag} {Value}' : Argument inattendu. La valeur de l'argument doit être l'une des {AllowedValues}.]]></Val>
22682268
</Tgt>
22692269
<Prev Cat="Text">
22702270
<Val><![CDATA[Sqlcmd: Warning:]]></Val>
@@ -2426,7 +2426,7 @@
24262426
<Str Cat="Text">
24272427
<Val><![CDATA[{ErrorPrefix}Syntax error at line {LineNumber}]]></Val>
24282428
<Tgt Cat="Text" Stat="Loc" Orig="New">
2429-
<Val><![CDATA[{Error Prefix}Erreur de syntaxe à la ligne {Line Number}]]></Val>
2429+
<Val><![CDATA[{ErrorPrefix}Erreur de syntaxe à la ligne {LineNumber}]]></Val>
24302430
</Tgt>
24312431
</Str>
24322432
<Disp Icon="Str" />

Diff for: internal/translations/catalog.go

+3,536-1,413
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: internal/translations/catalog_test.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ func TestLookup(t *testing.T) {
3030
},
3131
{
3232
name: "existing key",
33-
key: "Sqlcmd: Error: ",
34-
expected: "l",
33+
key: "View configuration information and connection strings",
34+
expected: "k",
3535
ok: true,
3636
},
3737
}

0 commit comments

Comments
 (0)