Skip to content
This repository has been archived by the owner on May 28, 2023. It is now read-only.

Commit

Permalink
Enabling FR translations.
Browse files Browse the repository at this point in the history
  • Loading branch information
PunishedPineapple committed Jun 20, 2022
1 parent 74cfdd0 commit bd8eb70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WaymarkPresetPlugin/Plugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ public void Dispose()

protected void OnLanguageChanged( string langCode )
{
var allowedLang = new List<string>{ /*"es", "fr", "ja"*/ };
var allowedLang = new List<string>{ "fr", };

PluginLog.Information( "Trying to set up Loc for culture {0}", langCode );

Expand Down

0 comments on commit bd8eb70

Please sign in to comment.