Skip to content

Commit

Permalink
LPD-43534 - Build
Browse files Browse the repository at this point in the history
  • Loading branch information
bryceosterhaus committed Dec 18, 2024
1 parent 3a5248a commit 1a47b7e
Show file tree
Hide file tree
Showing 23 changed files with 61 additions and 47 deletions.
4 changes: 2 additions & 2 deletions build/calendarnavigator/calendarnavigator-coverage.js

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion build/calendarnavigator/calendarnavigator-debug.js
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,8 @@ Y.namespace("Plugin").CalendarNavigator = CalendarNavigator;
"en",
"es",
"es-AR",
"eu-ES"
"eu-ES",
"pt-BR"
],
"requires": [
"plugin",
Expand Down
2 changes: 1 addition & 1 deletion build/calendarnavigator/calendarnavigator-min.js

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

3 changes: 2 additions & 1 deletion build/calendarnavigator/calendarnavigator.js
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,8 @@ Y.namespace("Plugin").CalendarNavigator = CalendarNavigator;
"en",
"es",
"es-AR",
"eu-ES"
"eu-ES",
"pt-BR"
],
"requires": [
"plugin",
Expand Down
1 change: 1 addition & 0 deletions build/calendarnavigator/lang/calendarnavigator_pt-BR.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
YUI.add("lang/calendarnavigator_pt-BR",function(e){e.Intl.add("calendarnavigator","pt-BR",{go_to_previous_month:"Ir para o m\u00eas anterior",go_to_next_month:"Ir para o pr\u00f3ximo m\u00eas"})},"@VERSION@");
Original file line number Diff line number Diff line change
Expand Up @@ -3642,7 +3642,8 @@ Y.mix(YUI.Env[Y.version].modules, {
"en",
"es",
"es-AR",
"eu-ES"
"eu-ES",
"pt-BR"
],
"requires": [
"plugin",
Expand Down Expand Up @@ -6109,7 +6110,7 @@ Y.mix(YUI.Env[Y.version].modules, {
]
}
});
YUI.Env[Y.version].md5 = '4b2dc680eb7f08db806c63cb67a01005';
YUI.Env[Y.version].md5 = 'd406172e7b7f8452aad06ff431aefabc';


}, '@VERSION@', {"requires": ["loader-base"]});
Expand Down
Loading

0 comments on commit 1a47b7e

Please sign in to comment.