Skip to content

Commit

Permalink
Added norwegian sound files
Browse files Browse the repository at this point in the history
  • Loading branch information
PavlosIsaris committed Apr 4, 2017
1 parent c44eb60 commit 661b4f1
Show file tree
Hide file tree
Showing 8 changed files with 336 additions and 58 deletions.
87 changes: 33 additions & 54 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

21 changes: 21 additions & 0 deletions Assets/Resources/Sounds/tennis/default/player1/emptyFile.wav.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions Assets/Scripts/Settings.cs
Expand Up @@ -37,14 +37,14 @@ public class Settings {
//by setting this value to "MyPack" the sounds will be loaded from this pack initially.
//the default sound pack has the name "default".
//when the game starts, it will load this sound pack as it's default.
public static string menu_sounds = "English";
public static string menu_sounds = "Norwegian";
public static string previousMenu = "mainMenu";
//this variable defines how the default soundset directory name.
public static string default_soundset = "English";
public static string default_soundset = "Norwegian";
//how the default soundset btn will be named (in soundset selection screen)
public static string default_soundset_btn_name = "English";
public static string default_soundset_btn_name = "Norwegian";
//default lang has nothing to do with sound packs. It refers only to the smart localization plugin, for localized strings.
public static string default_lang = "en";
public static string default_lang = "no";
public static AudioSettingsDocument audio_settings_document;
public static Dictionary<string, AudioClip> audioClips = new Dictionary<string,AudioClip>();
}
Expand Up @@ -14,5 +14,11 @@
<nativeName>English</nativeName>
<isRightToLeft>false</isRightToLeft>
</CultureInfo>
<CultureInfo>
<languageCode>no</languageCode>
<englishName>Norwegian</englishName>
<nativeName>norsk</nativeName>
<isRightToLeft>false</isRightToLeft>
</CultureInfo>
</CultureInfos>
</SmartCultureCollections>

0 comments on commit 661b4f1

Please sign in to comment.