░▒▓████████████████████████████████▓▒░ ░▒▓█ ▓▒░ ░▒▓█ ~ S W A M P ~ ▓▒░ ░▒▓█ ▓▒░ ░▒▓████████████████████████████████▓▒░
pplmvsvm
LOCATION:
/var/www/canvas/gems/i18n_extraction/lib/i18n_extraction
☗ ROOT
↻ REFRESH
✎ CARVE FLESH
EDITING: i18nliner_scope_extensions.rb
# frozen_string_literal: true # # Copyright (C) 2014 - present Instructure, Inc. # # This file is part of Canvas. # # Canvas is free software: you can redistribute it and/or modify it under # the terms of the GNU Affero General Public License as published by the Free # Software Foundation, version 3 of the License. # # Canvas is distributed in the hope that it will be useful, but WITHOUT ANY # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR # A PARTICULAR PURPOSE. See the GNU Affero General Public License for more # details. # # You should have received a copy of the GNU Affero General Public License along # with this program. If not, see <http://www.gnu.org/licenses/>. require "i18nliner/scope" class I18nliner::Scope ABSOLUTE_KEY = /\A#/ def normalize_key(key, inferred_key, explicit_scope_option) return nil if key.nil? key = key.to_s key = key.dup if key.frozen? return key if key.sub!(ABSOLUTE_KEY, "") || !scope || inferred_key || explicit_scope_option scope + key end end
CANCEL
Name
Type
Size
Modified
Actions
↩ ..
DIR
—
—
📄 i18nliner_extensions.rb
RB
6.9 KB
2023-09-24 03:39
EDIT
📄 i18nliner_scope_extensions.rb
RB
1 KB
2023-09-24 03:36
EDIT