Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exception reported: Language phrase "Open" not found (arg 3) #4

Closed
borzaka opened this issue Jan 2, 2022 · 3 comments
Closed

Exception reported: Language phrase "Open" not found (arg 3) #4

borzaka opened this issue Jan 2, 2022 · 3 comments

Comments

@borzaka
Copy link
Contributor

borzaka commented Jan 2, 2022

Latest version, compiled from master 2022.01.02.
I have installed the translation folder contents.
First starting up the server after installing the plugin:

[Retakes] All destructible entities have been destroyed.
L 01/02/2022 - 17:24:53: [SM] Exception reported: Language phrase "Open" not found (arg 3)
L 01/02/2022 - 17:24:53: [SM] Blaming: retakes.smx
L 01/02/2022 - 17:24:53: [SM] Call stack trace:
L 01/02/2022 - 17:24:53: [SM]   [0] FormatNativeString
L 01/02/2022 - 17:24:53: [SM]   [1] Line 67, ././scripting/retakes/natives.sp::Native_RetakeMessageToAll
L 01/02/2022 - 17:24:53: [SM]   [3] Retakes_MessageToAll
L 01/02/2022 - 17:24:53: [SM]   [4] Line 58, retakes_breaker.sp::Event_OnRoundStart

https://github.com/RoyZ-CSGO/Retakes_Breaker/blob/master/scripting/retakes_breaker.sp#L58

@enghausen
Copy link

@borzaka
The https://github.com/RoyZ-CSGO/Retakes_Breaker/blob/master/translations/da/retakes_breaker.phrases.txt got syntax mistake. You have to remove the letter s outside the ""

"Phrases"
{
	"Breakable"
	{
		"da"			"Alle destruebare enheder er blevet ødelagt."
    }
    "Open"
    {
        "da"            "Alle døre er blevet åbnet."s
    }
}

Cheers!

@enghausen
Copy link

I am just tired today - just saw the #3 now! Sorry!

@borzaka
Copy link
Contributor Author

borzaka commented Jun 18, 2023

Fixed in #3

@borzaka borzaka closed this as completed Jun 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants