Commit Graph
5 Commits
Author SHA1 Message Date
Dustin DembeckandGitHub 7c96a49f95 Merge branch 'amd64fox:main' into Language-Function 2022-07-08 17:33:02 -07:00
Dustin DembeckandGitHub 647279169e Removed ValidateScript attribute.
Removed ValidateScript attribute from the language parameter to fix the error and is not needed as the value is checked later.
2022-07-08 17:06:06 -07:00
Dustin DembeckandGitHub a9731ae08c Added language param, and other related edits.
- Added a language parameter.
  - Added a function to normalize language codes.
  - Renamed and removed duplicate code from the 'Set-ScriptLanguageStrings' function.
  - Added an if statement to handle setting the 'ru' variable.
2022-07-08 01:19:21 -07:00
Dustin DembeckandGitHub eceec38ddb Update Install.ps1 2022-07-06 21:31:59 -07:00
Dustin DembeckandGitHub c16777beab Added a function to assign language strings.
Added a function to assign language strings to improve the organization of the script and increase future flexibility.

This should not cause any issues or require any other changes to the script.

Removed lines 69 to 201
Added lines 69 to 256
2022-07-06 17:25:24 -07:00