Skip to content

Commit ed35cb7

Browse files
committed
Fix translator related error. Fix typo.
1 parent 171c3ed commit ed35cb7

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

api/config/packages/translation.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
framework:
22
default_locale: '%locale%'
33
translator:
4+
enabled: false
45
default_path: '%kernel.project_dir%/translations'
56
fallbacks:
67
- '%locale%'

api/helm/api/values.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,8 @@ resources: {}
112112
# choice for the user. This also increases chances charts run on environments with little
113113
# resources, such as Minikube. If you do want to specify resources, uncomment the following
114114
# lines, adjust them as necessary, and remove the curly braces after 'resources:'.
115-
# é cpu: 100m
115+
# limits:
116+
# cpu: 100m
116117
# memory: 128Mi
117118
# requests:
118119
# cpu: 100m

0 commit comments

Comments
 (0)