Permission set 3713 Translation - Objects, source in 29

Source242526272829

src/System Application/App/Translation/permissions/TranslationObjects.PermissionSet.al16 lines, Copyright (c) Microsoft Corporation. MIT

// ------------------------------------------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See License.txt in the project root for license information.
// ------------------------------------------------------------------------------------------------

namespace System.Globalization;

permissionset 3713 "Translation - Objects"
{
    Access = Internal;
    Assignable = false;

    Permissions = codeunit Translation = X,
                  page Translation = X;
}